summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-27 15:16:51 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-27 15:16:51 +0200
commit55497344ea424fd9c7622e41ffff1d33c1995882 (patch)
treee4f5bb87ac53a0193b31f363b7bee7716618c216
parent7c050107d71a7ccee7d05cd7764bf5c52ce0a8a6 (diff)
downloadlive-boot-55497344ea424fd9c7622e41ffff1d33c1995882.tar.gz
live-boot-55497344ea424fd9c7622e41ffff1d33c1995882.zip
Correcting typo in fstab function call in mountroot, thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
-rwxr-xr-xscripts/boot/mountroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/mountroot.sh b/scripts/boot/mountroot.sh
index 69f6f0a..2d14e4d 100755
--- a/scripts/boot/mountroot.sh
+++ b/scripts/boot/mountroot.sh
@@ -199,7 +199,7 @@ mountroot ()
panic "A wrong rootfs was mounted."
fi
- fstab
+ Fstab
Netbase
case "${LIVE_SWAPON}" in