aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-25 14:22:55 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-25 14:22:55 +0100
commitfe1c1335c5a592c5ee433c0c15017083b70ea1da (patch)
tree28e1a1f3049b1f9f5f615a3e511f82b48829a020
parent83edf971f206b1fba6ded6ae2ce90456617f846b (diff)
exit instead of reboot
-rwxr-xr-xnais3
1 files changed, 2 insertions, 1 deletions
diff --git a/nais b/nais
index f1ed35a..3f33cc1 100755
--- a/nais
+++ b/nais
@@ -103,7 +103,8 @@ install_arch() {
sed -i 's/# \(%wheel ALL=(ALL:ALL) NOPASSWD: ALL\)/\1/g' /mnt/etc/sudoers
arch-chroot /mnt useradd -G wheel "$USERNAME" -p "$PASSWORD"
- reboot
+ echo Finished.
+ exit
}
while (true); do