summaryrefslogtreecommitdiff
path: root/scripts/local
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-09-04 18:54:59 +0200
committermaximilian attems <maks@debian.org>2006-09-04 18:54:59 +0200
commitcf4bba337d69510c4551ba84e8c69562873ea93f (patch)
treea57a27fa39693b3a39d57aa3a1bf4cb6e6b30d52 /scripts/local
parent8ae9783215c2845b50dfb70b919df0753c2b0dd9 (diff)
downloadinitramfs-tools-cf4bba337d69510c4551ba84e8c69562873ea93f.tar.gz
initramfs-tools-cf4bba337d69510c4551ba84e8c69562873ea93f.zip
- better nfs handling: merge vagrant branch :) + local changes
- cleanup stupid whitespace all over the place
Diffstat (limited to 'scripts/local')
-rw-r--r--scripts/local2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local b/scripts/local
index e7bf23e..299fc65 100644
--- a/scripts/local
+++ b/scripts/local
@@ -48,7 +48,7 @@ mountroot ()
# Get the root filesystem type if not set
if [ -z "${ROOTFSTYPE}" ]; then
eval $(fstype < ${ROOT})
- else
+ else
FSTYPE=${ROOTFSTYPE}
fi