[oe-commits] Michael Jones : image.bbclass: remove comment that readonly only works for sysvinit

git at git.openembedded.org git at git.openembedded.org
Fri Dec 5 18:01:33 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: e8bd2783870e71b42c902a31bd6521d564915e99
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e8bd2783870e71b42c902a31bd6521d564915e99

Author: Michael Jones <michael.jones at matrix-vision.de>
Date:   Thu Nov 27 17:21:52 2014 +0100

image.bbclass: remove comment that readonly only works for sysvinit

Should have been removed with
92f956d tweak read_only_rootfs_hook to also support systemd based systems

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/image.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 6bbfaf8..d27abc9 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -188,7 +188,6 @@ do_rootfs[cleandirs] += "${S}"
 do_rootfs[umask] = "022"
 
 # A hook function to support read-only-rootfs IMAGE_FEATURES
-# Currently, it only supports sysvinit system.
 read_only_rootfs_hook () {
 	# Tweak the mount option and fs_passno for rootfs in fstab
 	sed -i -e '/^[#[:space:]]*\/dev\/root/{s/defaults/ro/;s/\([[:space:]]*[[:digit:]]\)\([[:space:]]*\)[[:digit:]]$/\1\20/}' ${IMAGE_ROOTFS}/etc/fstab



More information about the Openembedded-commits mailing list