Pull request #10: Re-enable the read-only-rootfs
Merge in ICO/coreos from feat/reenable_ro_rootfs to master * commit '128263b184370563a1b3ce422fd52871f7be434a': Re-enable the read-only-rootfs
This commit is contained in:
commit
af70af4cd9
|
|
@ -47,8 +47,7 @@ IMAGE_LINGUAS ?= " "
|
|||
inherit image
|
||||
|
||||
# Enable some feature by default
|
||||
# TODO. Commented out becaus it caused Problems. Need proper fixing.
|
||||
# IMAGE_FEATURES += "read-only-rootfs"
|
||||
IMAGE_FEATURES += "read-only-rootfs"
|
||||
|
||||
# Add some extra space, as done in core-image-minimal
|
||||
IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue