mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
firstsetup: add reboot if setup was not finnished.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
/etc/init.d/sysklogd start
|
||||
export LANG=en_US.utf8
|
||||
/usr/local/sbin/setup /dev/tty2 INSTALL
|
||||
if [ "${?}" == "1" ]; then
|
||||
echo Setup not finished. Rebooting ...
|
||||
reboot -f
|
||||
fi
|
||||
echo Restarting udev...
|
||||
killall udevd
|
||||
/sbin/udevd --daemon
|
||||
|
||||
0
src/initscripts/init.d/openvmtools
Executable file → Normal file
0
src/initscripts/init.d/openvmtools
Executable file → Normal file
Reference in New Issue
Block a user