diff options
-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 |