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:
Ben Gras 2014-09-12 23:15:46 +02:00
parent 8d311af7ae
commit a875715bb4

View file

@ -91,4 +91,4 @@ fi
/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` "$@"