From 206896b42d5c8921314267eb300f70c2e1aac374 Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 18 Jun 2025 05:14:57 +0200 Subject: fix --- slackware-bootstrap/finish | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 slackware-bootstrap/finish (limited to 'slackware-bootstrap/finish') 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 -- cgit v1.2.3