diff options
Diffstat (limited to 'slackware-bootstrap/finish')
| -rwxr-xr-x | slackware-bootstrap/finish | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/slackware-bootstrap/finish b/slackware-bootstrap/finish new file mode 100755 index 0000000..a1a8ad6 --- /dev/null +++ b/slackware-bootstrap/finish @@ -0,0 +1,15 @@ +#!/bin/bash +basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) + +sh $basedir/runlevel + +echo "================= [ setup complete ] ====================" +echo "the system will now reboot" +echo "upon reboot, you can sign in with your chosen username" +echo "if you didn't choose to set up graphical login," +echo "you can start the desktop by typing 'startx'" +echo "or 'init 4' after login as root" +echo "=========================================================" + +read -p "press enter to reboot" +reboot |
