Force overwriting existing file systems
This commit is contained in:
parent
e75dc3c57b
commit
1e8edc2f02
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ linuxDisk="${disks[3]}";
|
|||
|
||||
mkfs.fat -F 32 "$bootDisk";
|
||||
mkswap "$swapDisk";
|
||||
mkfs.ext4 "$linuxDisk";
|
||||
mkfs.ext4 -F "$linuxDisk";
|
||||
|
||||
mount "$linuxDisk" /mnt;
|
||||
mount --mkdir "$bootDisk" /mnt/boot;
|
||||
|
|
Loading…
Reference in a new issue