firstsetup: Fix path to setup

This commit is contained in:
Michael Tremer
2014-08-14 14:07:44 +02:00
parent 46b56e2030
commit 687fc4a9c0

View File

@@ -28,7 +28,7 @@ ser_console $cmdline
#
/etc/init.d/sysklogd start
export LANG=en_US.utf8
/usr/local/sbin/setup /dev/tty2 INSTALL
/usr/sbin/setup /dev/tty2 INSTALL
if [ "${?}" == "1" ]; then
echo Setup not finished. Rebooting ...
reboot -f