scripts/InstallScripts/InstallPrawnOS.sh: remove root_start is unused, remove it
This commit is contained in:
parent
931b540fec
commit
d9b7a12c84
@ -221,7 +221,6 @@ external_partition() {
|
|||||||
EXTERNAL_TARGET=$1
|
EXTERNAL_TARGET=$1
|
||||||
kernel_start=8192
|
kernel_start=8192
|
||||||
kernel_size=65536
|
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
|
#wipe the partition map, cgpt doesn't like anything weird in the primary or backup partition maps
|
||||||
sgdisk -Z $EXTERNAL_TARGET
|
sgdisk -Z $EXTERNAL_TARGET
|
||||||
partprobe $EXTERNAL_TARGET
|
partprobe $EXTERNAL_TARGET
|
||||||
|
Loading…
Reference in New Issue
Block a user