Fix outdated partition scripts
This commit is contained in:
parent
962e540116
commit
5a274d39e1
2 changed files with 2 additions and 2 deletions
|
@ -25,4 +25,4 @@
|
||||||
echo "23";
|
echo "23";
|
||||||
|
|
||||||
echo "w";
|
echo "w";
|
||||||
} | fdisk "$ARCH_DISK";
|
} | fdisk "$OS_DISK";
|
||||||
|
|
|
@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
extraMounts()
|
extraMounts()
|
||||||
{
|
{
|
||||||
disks=($(bash -c "echo $ARCH_DISK*"));
|
disks=($(bash -c "echo $OS_DISK*"));
|
||||||
mount --mkdir -o force -t ntfs3 "${disks[-1]}" "$ARCH_MOUNT_ROOT/mnt/win";
|
mount --mkdir -o force -t ntfs3 "${disks[-1]}" "$ARCH_MOUNT_ROOT/mnt/win";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue