efi and pkg update
This commit is contained in:
parent
8a59f337ea
commit
8caf7c29f3
|
|
@ -57,7 +57,7 @@ sgdisk -Z ${DISK} # zap all on disk
|
||||||
sgdisk -a 2048 -o ${DISK} # new gpt disk 2048 alignment
|
sgdisk -a 2048 -o ${DISK} # new gpt disk 2048 alignment
|
||||||
|
|
||||||
# create partitions
|
# 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
|
sgdisk -n 2:0:0 ${DISK} # partition 2 (Root), default start, remaining
|
||||||
|
|
||||||
# set partition types
|
# set partition types
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,7 @@ PKGS=(
|
||||||
'kde-gtk-config'
|
'kde-gtk-config'
|
||||||
'kitty'
|
'kitty'
|
||||||
'konsole'
|
'konsole'
|
||||||
|
'kscreen'
|
||||||
'layer-shell-qt'
|
'layer-shell-qt'
|
||||||
'libdvdcss'
|
'libdvdcss'
|
||||||
'libnewt'
|
'libnewt'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue