Update InstallToUSB.sh

This commit is contained in:
SolidHal 2018-10-20 17:59:23 +00:00 committed by GitHub
parent 7099215b02
commit 0434341e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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