Specify type of windows mount
This commit is contained in:
parent
8cf9ffdeef
commit
60019b84f2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
extraMounts()
|
extraMounts()
|
||||||
{
|
{
|
||||||
disks=($(bash -c "echo $ARCH_DISK*"));
|
disks=($(bash -c "echo $ARCH_DISK*"));
|
||||||
mount --mkdir "${disks[-1]}" "$ARCH_MOUNT_ROOT/mnt/win";
|
mount --mkdir -t ntfs3 "${disks[-1]}" "$ARCH_MOUNT_ROOT/mnt/win";
|
||||||
}
|
}
|
||||||
|
|
||||||
PARTITION_SCRIPT="$(realpath ./partition.sh)" \
|
PARTITION_SCRIPT="$(realpath ./partition.sh)" \
|
||||||
|
|
Loading…
Reference in a new issue