diff options
| author | Michael Prokop <mika@debian.org> | 2010-06-14 12:10:28 +0200 |
|---|---|---|
| committer | Michael Prokop <mika@debian.org> | 2010-06-14 12:10:28 +0200 |
| commit | 60afd2a944cf36a5bce6ca3b4c07a422e98efeba (patch) | |
| tree | d4212689fd78054ba3e65897f846184314696bed /init | |
| parent | 2a8c9907b1095015e1d669d3cd895657936f6247 (diff) | |
| download | initramfs-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-x | init | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
