summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-04-02 20:21:34 +0200
committermaximilian attems <maks@debian.org>2007-04-02 20:21:34 +0200
commit1eaf8424e56e3f52c60420ce68efdef5301a47d8 (patch)
treead709d61f79308d461d5952510c02f008903028e /init
parent5dfd85f416a10b1c41ca7005de38b58715c04472 (diff)
downloadinitramfs-tools-1eaf8424e56e3f52c60420ce68efdef5301a47d8.tar.gz
initramfs-tools-1eaf8424e56e3f52c60420ce68efdef5301a47d8.zip
bootfixes: mount args don't like spaces
restore_initramfs(): verbose output before action
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 4c09fd7..00e0dcf 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 none /sys -o nodev, noexec, nosuid
-mount -t proc none /proc -o nodev, noexec, nosuid
+mount -t sysfs none /sys -o nodev,noexec,nosuid
+mount -t proc none /proc -o nodev,noexec,nosuid
# 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