summaryrefslogtreecommitdiffstats
path: root/initramfs-init
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-23 08:28:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-23 08:28:13 +0000
commit71854c3fae75cd4e4e83ffea4533b67142a0deaa (patch)
treee4caffdb3279609bf14df22f74ce1d9c5378d3db /initramfs-init
parent15f478f57cb7f955acde3e24072c80034f1c6455 (diff)
downloadabuild-71854c3fae75cd4e4e83ffea4533b67142a0deaa.tar.bz2
abuild-71854c3fae75cd4e4e83ffea4533b67142a0deaa.tar.xz
initramfs: remove debug shell
Diffstat (limited to 'initramfs-init')
-rwxr-xr-xinitramfs-init1
1 files changed, 0 insertions, 1 deletions
diff --git a/initramfs-init b/initramfs-init
index 02444f8..56c03e1 100755
--- a/initramfs-init
+++ b/initramfs-init
@@ -90,7 +90,6 @@ mount -t devpts -o gid=5,mode=0620,noexec,nosuid devpts /dev/pts
mount -t tmpfs -o nodev,nosuid,noexec shm /dev/shm
eend $RC
-/bin/sh
# load available drivers to get access to modloop media
ebegin "Loading boot drivers"
[ "$MODULES" ] && modprobe $MODULES 2> /dev/null