Skip to content
Snippets Groups Projects
Verified Commit afea4a8a authored by Karel Koci's avatar Karel Koci :metal:
Browse files

configs/common: make sure that we do not build any rootfs

parent 2bdb79f8
Branches
Tags
2 merge requests!123Turris OS 5.0 (HBK),!89WIP: Refactor/configs
......@@ -14,9 +14,11 @@ CONFIG_PER_FEED_REPO=y
# We do not use root filesystems generated by build system so disable
CONFIG_TARGET_ROOTFS_INITRAMFS=n
CONFIG_TARGET_ROOTFS_SQUASHFS=n
CONFIG_TARGET_ROOTFS_CPIOGZ=n
CONFIG_TARGET_ROOTFS_TARGZ=n
CONFIG_TARGET_ROOTFS_UBIFS=n
CONFIG_TARGET_ROOTFS_EXT4FS=n
CONFIG_TARGET_ROOTFS_SQUASHFS=n
# Build configuration
CONFIG_DEVEL=y
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment