Reboot after OOBE (fix keyboard layout in slim graphical ISOs)

This commit is contained in:
Fierelier 2022-10-19 11:36:33 +02:00
parent a56d980873
commit 4435e49cc6

View File

@ -55,7 +55,10 @@ ff02::2 ip6-allrouters
rm "/bin/login"
mv "/bin/login.bak" "/bin/login"
exit
echo "Setup complete. Press ENTER to reboot."
read -p ""
reboot
fi
if [ "$CHOICE" == "2" ]; then