aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xinit-sh/level0.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 46b54ce..32adea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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