diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-18 05:14:57 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-18 05:14:57 +0200 |
| commit | 206896b42d5c8921314267eb300f70c2e1aac374 (patch) | |
| tree | 5d96fda4b1e6843d6b62fc70ef9e9efa350851ad /slackware-bootstrap/finish | |
| parent | 4db9df83e5f7b4abdd49d0bc4139cfb95b07e60f (diff) | |
fix
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 |
