mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
added -f to rm commadns to remove fastboot and forcecheck
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8f7fbd7e77
commit
9e7a2aec42
@ -51,7 +51,7 @@ case "$1" in
|
||||
# recreate the files
|
||||
#
|
||||
|
||||
/bin/rm /fastboot /forcefsck
|
||||
/bin/rm -f /fastboot /forcefsck
|
||||
|
||||
#
|
||||
# Walk through /etc/fstab and mount all file systems that don't
|
||||
|
Loading…
Reference in New Issue
Block a user