Merge branch 'master' of https://github.com/zador-blood-stained/lib
This commit is contained in:
commit
f39bc29939
@ -370,7 +370,7 @@ prepare_partitions()
|
||||
BOOTEND=$(($ROOTSTART - 1))
|
||||
|
||||
# stage: create partition table
|
||||
display_alert "Creating partitions" "${parttype[$bootfs]}:+ /boot: ${parttype[$bootfs]} }root: ${parttype[$rootfs]}" "info"
|
||||
display_alert "Creating partitions" "${bootfs:+/boot: $bootfs }root: $rootfs" "info"
|
||||
parted -s $DEST/cache/tmprootfs.raw -- mklabel msdos
|
||||
if [[ $BOOTSIZE == 0 ]]; then
|
||||
parted -s $DEST/cache/tmprootfs.raw -- mkpart primary ${parttype[$rootfs]} ${ROOTSTART}s -1s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user