diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-26 23:20:10 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-26 23:20:10 +0100 |
commit | 4742f296266228b8013a2b2cf97947e51793b843 (patch) | |
tree | 9fb036368a0d5e06c09352cb3eb074810102a096 | |
parent | Removed empty line (diff) | |
download | arch-installer-4742f296266228b8013a2b2cf97947e51793b843.tar.gz arch-installer-4742f296266228b8013a2b2cf97947e51793b843.tar.bz2 arch-installer-4742f296266228b8013a2b2cf97947e51793b843.tar.xz arch-installer-4742f296266228b8013a2b2cf97947e51793b843.tar.zst arch-installer-4742f296266228b8013a2b2cf97947e51793b843.zip |
Partitionning
-rwxr-xr-x | joes-arch-install-UEFI.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index a8c49b2..0d74e26 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -450,6 +450,25 @@ else fdisk "$drv" << FDISK_BIOS_INPUT o n +p +1 + ++$btsze +n +p +2 + ++$swpsze +n +p +3 + ++$rtsze +n +p +4 + + FDISK_BIOS_INPUT fi |