diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.rootfs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index 0c8cdfcfa..442130c01 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -150,6 +150,13 @@ config ADK_TARGET_ROOTFS_ARCHIVE help Use this option if your root filesystem is ext2/ext3/ext4/xfs. +config ADK_TARGET_ROOTFS_GENIMAGE + bool "Create a disk image for the target" + select ADK_KERNEL_EXT2_FS if ADK_TARGET_QEMU || ADK_TARGET_VBOX + select ADK_TARGET_QEMU_WITH_BLOCK + help + Create a complete disk image for the target with genimage. + endchoice choice |