From e8d21d130d3f43223d352587beb4095e65205770 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Tue, 3 Oct 2023 14:17:15 +0900 Subject: [PATCH] Update windowsInit.sh --- Linux_reinstall/Windows/windowsInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Windows/windowsInit.sh b/Linux_reinstall/Windows/windowsInit.sh index d8266e0..e0e5586 100644 --- a/Linux_reinstall/Windows/windowsInit.sh +++ b/Linux_reinstall/Windows/windowsInit.sh @@ -89,5 +89,5 @@ umount /mnt kpartx -dv $loopDevice losetup -d $loopDevice -# Reboot, the system in the memory will all be written to the hard drive. +# Reboot, the temporary intermediary system of AlpineLinux which is executing in memory will be destroyed during the power down and then server will reboot to the newly system immediately. exec reboot