scripts/InstallScripts/InstallPrawnOS.sh: remove root_start is unused, remove it

This commit is contained in:
Austin English 2020-05-20 17:10:05 -05:00
parent 931b540fec
commit d9b7a12c84

View File

@ -221,7 +221,6 @@ external_partition() {
EXTERNAL_TARGET=$1
kernel_start=8192
kernel_size=65536
root_start=$(($kernel_start + $kernel_size))
#wipe the partition map, cgpt doesn't like anything weird in the primary or backup partition maps
sgdisk -Z $EXTERNAL_TARGET
partprobe $EXTERNAL_TARGET