diff options
-rwxr-xr-x | appliance/init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appliance/init b/appliance/init index d7fe24e5..4a9476d5 100755 --- a/appliance/init +++ b/appliance/init @@ -5,6 +5,11 @@ echo Starting /init script ... PATH=/sbin:/usr/sbin:/bin:/usr/bin export PATH +# Debian bug 606622. +RUNLEVEL=S +PREVLEVEL=N +export RUNLEVEL PREVLEVEL + mkdir -p /sysroot rm -f /proc; mkdir /proc |