diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-06-27 15:16:51 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-06-27 15:16:51 +0200 |
| commit | 55497344ea424fd9c7622e41ffff1d33c1995882 (patch) | |
| tree | e4f5bb87ac53a0193b31f363b7bee7716618c216 | |
| parent | 7c050107d71a7ccee7d05cd7764bf5c52ce0a8a6 (diff) | |
| download | live-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-x | scripts/boot/mountroot.sh | 2 |
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 |
