summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2010-06-14 12:10:28 +0200
committerMichael Prokop <mika@debian.org>2010-06-14 12:10:28 +0200
commit60afd2a944cf36a5bce6ca3b4c07a422e98efeba (patch)
treed4212689fd78054ba3e65897f846184314696bed /init
parent2a8c9907b1095015e1d669d3cd895657936f6247 (diff)
downloadinitramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.tar.gz
initramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.zip
code cleanup: drop trailing whitespaces.
Signed-off-by: Michael Prokop <mika@debian.org>
Diffstat (limited to 'init')
-rwxr-xr-xinit6
1 files changed, 3 insertions, 3 deletions
diff --git a/init b/init
index 142eb14..a614d89 100755
--- a/init
+++ b/init
@@ -8,8 +8,8 @@ echo "Loading, please wait..."
[ -d /proc ] || mkdir /proc
[ -d /tmp ] || mkdir /tmp
mkdir -p /var/lock
-mount -t sysfs -o nodev,noexec,nosuid none /sys
-mount -t proc -o nodev,noexec,nosuid none /proc
+mount -t sysfs -o nodev,noexec,nosuid none /sys
+mount -t proc -o nodev,noexec,nosuid none /proc
# Note that this only becomes /dev on the real filesystem if udev's scripts
# are used; which they will be, but it's worth pointing out
@@ -184,7 +184,7 @@ done
if [ -n "${noresume}" ]; then
export noresume
unset resume
-else
+else
resume=${RESUME:-}
fi