Skip to content

Commit

Permalink
fix: fail to build raw images
Browse files Browse the repository at this point in the history
Skip the hardware check in the transient building VM.

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed Aug 26, 2024
1 parent 7940f0d commit 315aa95
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 @@ -182,7 +182,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 315aa95

Please sign in to comment.