From dd2fb518d39b9bc90594bf9095c8f87675c3ea7d Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 18 Aug 2023 00:33:37 +0900 Subject: [PATCH] Update alpineInit.sh --- Linux_reinstall/Alpine/alpineInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Alpine/alpineInit.sh b/Linux_reinstall/Alpine/alpineInit.sh index 63d7197..57e6d5a 100644 --- a/Linux_reinstall/Alpine/alpineInit.sh +++ b/Linux_reinstall/Alpine/alpineInit.sh @@ -133,4 +133,4 @@ export BOOTLOADER="grub" printf 'y' | setup-disk -m sys $kernelOpt -s 0 $IncDisk # Reboot, the system in the memory will all be written to the hard drive. -exec reboot +# exec reboot