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:
Patrick Vogelaar 2022-11-01 16:11:26 +01:00
commit af70af4cd9
1 changed files with 1 additions and 2 deletions

View File

@ -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)}"