efi and pkg update

This commit is contained in:
Chris Titus 2021-10-30 01:20:32 -05:00
parent 8a59f337ea
commit 8caf7c29f3
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -128,6 +128,7 @@ PKGS=(
'kde-gtk-config'
'kitty'
'konsole'
'kscreen'
'layer-shell-qt'
'libdvdcss'
'libnewt'