fix: typos
This commit is contained in:
parent
f46871a28a
commit
bf52070922
4 changed files with 6 additions and 6 deletions
|
|
@ -6,12 +6,12 @@ case "$(lscpu)" in
|
|||
*Intel*) printf '%s\n' intel-ucode >> pkglist.txt ;;
|
||||
esac
|
||||
|
||||
if [ -d /sys/class/power_supply/BAT0 ]; then
|
||||
if ls /sys/class/power_supply/BAT* &> /dev/null; then
|
||||
printf '%s\n' tlp >> pkglist.txt
|
||||
fi
|
||||
|
||||
printf '%s\n' "$shell" >> pkglist.txt
|
||||
pacstrap -C rootfs/etc/pacman.conf -K /mnt \
|
||||
linux{,-lts,-firmware} efibootmgr sbctl pacman archlinux-keyring - < pkglist.txt
|
||||
linux{,-lts,-firmware} efibootmgr sbctl pacman archlinux-keyring mkinitcpio - < pkglist.txt
|
||||
|
||||
find /mnt/etc/ -name '*.pacnew' -delete
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ fi
|
|||
options="${options}root=$root rw"
|
||||
|
||||
sbctl create-keys
|
||||
sbctl enroll-keys
|
||||
sbctl enroll-keys --yolo
|
||||
|
||||
for l in arch-linux{,-lts-fallback}; do
|
||||
efibootmgr --create --unicode --label "$l" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue