Home
last modified time | relevance | path

Searched refs:ROOTFS_READ_ONLY (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dcheckroot.sh62 if [ "$rootmode" = "ro" -a "$ROOTFS_READ_ONLY" = "no" ] || \
63 [ "$rootmode" = "rw" -a "$ROOTFS_READ_ONLY" = "yes" ]; then
H A Dread-only-rootfs-hook.sh8 [ "$ROOTFS_READ_ONLY" = "no" ] && exit 0
H A Dpopulate-volatile.sh23 [ "$ROOTFS_READ_ONLY" = "yes" ] && VOLATILE_ENABLE_CACHE=no
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A DrcS.default27 # Setting ROOTFS_READ_ONLY to yes and rebooting will give you a read-only rootfs.
29 ROOTFS_READ_ONLY=no
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A DrcS-default27 # Setting ROOTFS_READ_ONLY to yes and rebooting will give you a read-only rootfs.
29 ROOTFS_READ_ONLY=no
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/
H A Dinit.d-add-support-for-read-only-rootfs.patch54 +if [ "$ROOTFS_READ_ONLY" = "yes" ]; then
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drootfs-postcommands.bbclass128 # Change the value of ROOTFS_READ_ONLY in /etc/default/rcS to yes
130 sed -i 's/ROOTFS_READ_ONLY=no/ROOTFS_READ_ONLY=yes/' ${IMAGE_ROOTFS}/etc/default/rcS