summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/helpers/launch-partofme4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/helpers/launch-partofme b/bin/helpers/launch-partofme
index 4adb695..aa857be 100755
--- a/bin/helpers/launch-partofme
+++ b/bin/helpers/launch-partofme
@@ -26,7 +26,9 @@ run "sed -i 's/^HOOKS=(base udev.*block /&mdadm encrypt lvm2 /' /etc/mkinitcpio.
run "pacman -Syu --noconfirm"
# reboot to get our disks detected and to make sure we're actually running the
# latest kernel, or else loading the wireguard modules will fail
-run "reboot"
+# suppress errors here because typically sshd will drop your connection before
+# the reboot command gets a chance to return successfully
+run "reboot" || true
while ! run true; do
sleep 5