|
@@ -49,7 +49,7 @@ QB_SMP ?= "-smp 4"
|
|
|
# Boot into U-Boot and let that scan the disk for the next step, don't pass any kernel or filesystem hints
|
|
|
QB_DEFAULT_BIOS ?= "u-boot.bin"
|
|
|
QB_DEFAULT_KERNEL ?= "none"
|
|
|
-QB_DEFAULT_FSTYPE ?= "wic"
|
|
|
+QB_DEFAULT_FSTYPE ?= "wic.zst"
|
|
|
QB_FSINFO ?= "wic:no-kernel-in-fs"
|
|
|
# Mount the wic rootfs as a virtio block device
|
|
|
QB_ROOTFS_OPT ?= "-drive id=root,file=@ROOTFS@,if=none,format=raw -device virtio-blk-pci,drive=root"
|