diff options
Diffstat (limited to 'meta/recipes-core')
-rwxr-xr-x | meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh b/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh index ac21ee41fa..cf84cfac5c 100755 --- a/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh +++ b/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh | |||
@@ -22,7 +22,7 @@ test "$SULOGIN" = yes && sulogin -t 30 $CONSOLE | |||
22 | exec 9< /etc/fstab | 22 | exec 9< /etc/fstab |
23 | rootmode=rw | 23 | rootmode=rw |
24 | rootopts=rw | 24 | rootopts=rw |
25 | rootcheck=no | 25 | rootcheck=$ENABLE_ROOTFS_FSCK |
26 | swap_on_md=no | 26 | swap_on_md=no |
27 | devfs= | 27 | devfs= |
28 | while read fs mnt type opts dump pass junk <&9 | 28 | while read fs mnt type opts dump pass junk <&9 |