From 0434341e15ecc32655a1f2f709cc97e23bbd86c1 Mon Sep 17 00:00:00 2001 From: SolidHal Date: Sat, 20 Oct 2018 17:59:23 +0000 Subject: [PATCH] Update InstallToUSB.sh --- scripts/InstallScripts/InstallToUSB.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/InstallScripts/InstallToUSB.sh b/scripts/InstallScripts/InstallToUSB.sh index 2367390..fb02893 100755 --- a/scripts/InstallScripts/InstallToUSB.sh +++ b/scripts/InstallScripts/InstallToUSB.sh @@ -15,3 +15,5 @@ sgdisk -c 2:Root /dev/sda partprobe /dev/sda #Force the filesystem to fill the new partition resize2fs -f /dev/sda2 +#Reboot to ensure everything resized properly +reboot