mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
Typo in bootscrits
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7b08ae242d
commit
c433b2fe3c
@ -32,7 +32,7 @@
|
|||||||
case "${1}" in
|
case "${1}" in
|
||||||
start)
|
start)
|
||||||
# Make sure /run/var is available before logging any messages
|
# Make sure /run/var is available before logging any messages
|
||||||
if ! mountpoint /sys >/dev/null; then
|
if ! mountpoint /run >/dev/null; then
|
||||||
mount -n /run || failed=1
|
mount -n /run || failed=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user