diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-31 21:52:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-31 21:52:46 +0000 |
commit | 9e7a2aec426cd20a8433f180b65386206d1245aa (patch) | |
tree | 5cd23d9bd2cea135d2e608ed1feec39c4cdee933 | |
parent | 8f7fbd7e77a772fa5a69a348748dd76b1fc2f7e2 (diff) |
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
-rw-r--r-- | chapter07/mountfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/mountfs.xml b/chapter07/mountfs.xml index 54e67b03b..a21e6fdad 100644 --- a/chapter07/mountfs.xml +++ b/chapter07/mountfs.xml @@ -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 |