Skip to content

Commit

Permalink
fix(package-harvester-os): BUILD_QCOW qemu skip checks
Browse files Browse the repository at this point in the history
Pass 'harvester.install.skipchecks=true' to skip pre-flight checks when starting installer for image creation
  • Loading branch information
wombelix committed Jul 31, 2024
1 parent 677447c commit d8eea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-harvester-os
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if [ "${BUILD_QCOW}" == "true" ]; then
-append "cdroot root=live:CDLABEL=COS_LIVE rd.live.dir=/ rd.live.ram=1 rd.live.squashimg=rootfs.squashfs \
console=ttyS1 rd.cos.disable net.ifnames=1 harvester.install.mode=install harvester.install.device=/dev/vda \
harvester.install.automatic=true harvester.install.powerOff=true harvester.os.password=rancher \
harvester.scheme_version=1 harvester.install.persistentPartitionSize=150Gi" \
harvester.scheme_version=1 harvester.install.persistentPartitionSize=150Gi harvester.install.skipchecks=true" \
-initrd ${ARTIFACTS_DIR}/${PROJECT_PREFIX}-initrd-amd64 -boot once=d
tail -100 harvester-installer.log
echo "compressing raw image"
Expand Down

0 comments on commit d8eea24

Please sign in to comment.