From 9e7a2aec426cd20a8433f180b65386206d1245aa Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 31 Aug 2001 21:52:46 +0000 Subject: 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 --- chapter07/mountfs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf