diff options
Diffstat (limited to 'init-sh/level4.sh')
-rwxr-xr-x | init-sh/level4.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh index 9e8fa1e..f1a5b4c 100755 --- a/init-sh/level4.sh +++ b/init-sh/level4.sh @@ -112,4 +112,8 @@ tmpfile=`mktemp /tmp/secure.XXXXXX` cp /etc/inittab ${tmpfile} cat ${tmpfile} | sed s'/\/bin\/bash --login/\/sbin\/mingetty tty1/' > /etc/inittab rm -f ${tmpfile} -echo "done."
\ No newline at end of file +echo "done." + +# Group were modified in lib.sh... +grpconv + |