mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
qemu: prefer squashfs as initrd if enabled in .config
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
+1
-1
@@ -10,8 +10,8 @@ config QEMU_KERNEL
|
||||
|
||||
config QEMU_ROOTFS
|
||||
string
|
||||
default "images/rootfs.ext2" if BR2_TARGET_ROOTFS_EXT2
|
||||
default "images/rootfs.squashfs" if BR2_TARGET_ROOTFS_SQUASHFS
|
||||
default "images/rootfs.ext2" if BR2_TARGET_ROOTFS_EXT2
|
||||
|
||||
config QEMU_RW
|
||||
string "Writable layer"
|
||||
|
||||
Reference in New Issue
Block a user