diff options
| author | Chris Titus <[email protected]> | 2021-10-30 01:20:32 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-30 01:20:32 -0500 |
| commit | 8caf7c29f37df5bfb6675caaaf033609bdc9e19a (patch) | |
| tree | d644c80714bd0edd2e1b6767be0dad923e9a6578 /0-preinstall.sh | |
| parent | 8a59f337ea81d155824d2f28b4863ed74be12f05 (diff) | |
| download | ArchTitus-8caf7c29f37df5bfb6675caaaf033609bdc9e19a.tar.xz ArchTitus-8caf7c29f37df5bfb6675caaaf033609bdc9e19a.zip | |
efi and pkg update
Diffstat (limited to '0-preinstall.sh')
| -rwxr-xr-x | 0-preinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0-preinstall.sh b/0-preinstall.sh index 1ef4d2e..4b3bd28 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -57,7 +57,7 @@ sgdisk -Z ${DISK} # zap all on disk sgdisk -a 2048 -o ${DISK} # new gpt disk 2048 alignment # create partitions -sgdisk -n 1:0:+1000M ${DISK} # partition 1 (UEFI SYS), default start block, 512MB +sgdisk -n 1:0:+100M ${DISK} # partition 1 (UEFI SYS), default start block, 512MB sgdisk -n 2:0:0 ${DISK} # partition 2 (Root), default start, remaining # set partition types |
