From a875715bb463598626179c7912c9229be7665459 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 12 Sep 2014 23:15:46 +0200 Subject: [PATCH] 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 --- minix/drivers/storage/ramdisk/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minix/drivers/storage/ramdisk/rc b/minix/drivers/storage/ramdisk/rc index 94a17e5df..6d1cc61fe 100644 --- a/minix/drivers/storage/ramdisk/rc +++ b/minix/drivers/storage/ramdisk/rc @@ -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` "$@" -- 2.44.0