diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rwxr-xr-x | init-sh/level0.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ 1999-15-10 Yoann Vandoorselaere <yoann@mandrakesoft.com> + * level0.sh fixed inittab entry * fix a typo * As requested, direct shell access for level 0 * Fixed a little problem with the DRAKX_USERS variable diff --git a/init-sh/level0.sh b/init-sh/level0.sh index edadca7..580067b 100755 --- a/init-sh/level0.sh +++ b/init-sh/level0.sh @@ -57,7 +57,7 @@ echo -e "done.\n" # /etc/inittab echo "Enabling direct console access : " -AddRules "1:2345:respawn:/bin/bash --login tty1" /etc/inittab +AddRules "1:2345:respawn:/bin/bash --login" /etc/inittab # /etc/profile export SECURE_LEVEL=1 |