From 47f484fed435dbd96275f6fd6cdee37487debf04 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 18 Aug 2023 00:38:19 +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 57e6d5a..63d7197 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