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