From 50b74dace297ad33e6473a4c1474670a37ea1597 Mon Sep 17 00:00:00 2001 From: Jackson Chen Date: Fri, 4 Jun 2021 22:46:45 +0200 Subject: [PATCH] forcefully reboot --- airootfs/root/automated_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/root/automated_install.sh b/airootfs/root/automated_install.sh index 3b23601..263f210 100644 --- a/airootfs/root/automated_install.sh +++ b/airootfs/root/automated_install.sh @@ -38,4 +38,4 @@ echo "bootctl install" | arch-chroot /mnt sync;sync;sync umount -R /mnt # Reboot -reboot +reboot -ff -- 2.45.2