restore single user mode
. the minix init started rc with the 'bootargs' variable. this can now be cleanly passed to rc by executing sysenv from the ramdisk rc script. Change-Id: I68d0d2ab0be326b2ae30438a62dd7649b600c2d2
This commit is contained in:
parent
8d311af7ae
commit
a875715bb4
1 changed files with 1 additions and 1 deletions
|
@ -91,4 +91,4 @@ fi
|
||||||
|
|
||||||
/bin/mount -e -n -t procfs none /proc || echo "WARNING: couldn't mount procfs"
|
/bin/mount -e -n -t procfs none /proc || echo "WARNING: couldn't mount procfs"
|
||||||
|
|
||||||
exec /bin/sh /etc/rc "$@"
|
exec /bin/sh /etc/rc `sysenv bootopts` "$@"
|
||||||
|
|
Loading…
Reference in a new issue