Skip to content
Snippets Groups Projects
Commit 71854c3f authored by Natanael Copa's avatar Natanael Copa
Browse files

initramfs: remove debug shell

parent 15f478f5
No related merge requests found
...@@ -90,7 +90,6 @@ mount -t devpts -o gid=5,mode=0620,noexec,nosuid devpts /dev/pts ...@@ -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 mount -t tmpfs -o nodev,nosuid,noexec shm /dev/shm
eend $RC eend $RC
/bin/sh
# load available drivers to get access to modloop media # load available drivers to get access to modloop media
ebegin "Loading boot drivers" ebegin "Loading boot drivers"
[ "$MODULES" ] && modprobe $MODULES 2> /dev/null [ "$MODULES" ] && modprobe $MODULES 2> /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment