We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e998822 + ceb69c8 commit 810e920Copy full SHA for 810e920
1 file changed
mkimage.sh
@@ -67,7 +67,7 @@ $Q cp $ROOTFS_IMAGE ${OUTPUT_DIR}/rootfs.img.verity
67
GIT_REVISION=$(git rev-parse HEAD)
68
echo "Generating metadata.json to ${OUTPUT_DIR}/metadata.json"
69
70
-KARG0="console=ttyS0 init=/init panic=1 systemd.unified_cgroup_hierarchy=0 net.ifnames=0 biosdevname=0"
+KARG0="console=ttyS0 init=/init panic=1 net.ifnames=0 biosdevname=0"
71
KARG1="mce=off oops=panic pci=noearly pci=nommconf random.trust_cpu=y random.trust_bootloader=n tsc=reliable no-kvmclock"
72
KARG2="dstack.rootfs_hash=$ROOT_HASH dstack.rootfs_size=$DATA_SIZE"
73
0 commit comments