diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2011-07-03 12:56:03 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-10 22:44:24 +0200 |
commit | 36b4b852eea02a95f6162cba4ed5e7f3079637c0 (patch) | |
tree | 4d367e57726468ef547fe77cdef3793b03300b2b /target/generic/Config.in | |
parent | c917550361feb0858e5cc479273f46af136d8347 (diff) | |
download | buildroot-novena-36b4b852eea02a95f6162cba4ed5e7f3079637c0.tar.gz buildroot-novena-36b4b852eea02a95f6162cba4ed5e7f3079637c0.zip |
fs/skeleton: allow rootfs not to be remounted read-write
[Peter: prefix option with TARGET_GENERIC_]
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/generic/Config.in')
-rw-r--r-- | target/generic/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/generic/Config.in b/target/generic/Config.in index 4969fcdc4..7961beccc 100644 --- a/target/generic/Config.in +++ b/target/generic/Config.in @@ -109,6 +109,17 @@ config BR2_TARGET_GENERIC_GETTY_BAUDRATE default "57600" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 default "115200" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200 +config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW + bool "remount root filesystem read-write during boot" + default y + help + The root filesystem is typically mounted read-only at boot. + By default, buildroot remounts it in read-write mode early during the + boot process. + Say no here if you would rather like your root filesystem to remain + read-only. + If unsure, say Y. + endif # BR2_ROOTFS_SKELETON_DEFAULT config BR2_ROOTFS_POST_BUILD_SCRIPT |