Loop the login prompt

This commit is contained in:
Pierre Pronchery 2014-04-13 00:10:43 +02:00
parent 883e12ad55
commit 7cb07e9b27

View File

@ -111,7 +111,7 @@ EOF
echo "Welcome to DeforaOS!"
echo
$PREFIX/bin/login
while /usr/bin/true; do $PREFIX/bin/login; done
EOF
[ $? -eq 0 ] || return 2
$DEBUG $SUDO $CHMOD -- "0755" "$DESTDIR/etc/rc" || return 2