mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 04:41:30 +00:00
Revert change that adds a *sixth* argument to create_empty_partition; this can't possibly be the cause of whatever problem was being seen
This commit is contained in:
parent
0f12265055
commit
6bd644f252
@ -49,9 +49,9 @@ if [ -n "$BOOTPART_START" ]; then
|
|||||||
ROOTPART=2
|
ROOTPART=2
|
||||||
ROOTPART_START="$BOOTPART_END"
|
ROOTPART_START="$BOOTPART_END"
|
||||||
ROOT_BOOTABLE=
|
ROOT_BOOTABLE=
|
||||||
create_empty_partition "$disk_image" 1 "$BOOTPART_START" "$BOOTPART_END" 1 "$ROOT_BOOTABLE"
|
create_empty_partition "$disk_image" 1 "$BOOTPART_START" "$BOOTPART_END" 1
|
||||||
fi
|
fi
|
||||||
create_empty_partition "${disk_image}" "$ROOTPART" "$ROOTPART_START" -1 $ROOT_BOOTABLE
|
create_empty_partition "${disk_image}" "$ROOTPART" "$ROOTPART_START" -1 "$ROOT_BOOTABLE"
|
||||||
|
|
||||||
mount_image "${disk_image}" "$ROOTPART"
|
mount_image "${disk_image}" "$ROOTPART"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user