initramfs: remove debug shell

This commit is contained in:
Natanael Copa 2009-01-23 08:28:13 +00:00
parent 15f478f57c
commit 71854c3fae
1 changed files with 0 additions and 1 deletions

View File

@ -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