fix: cleanup

This commit is contained in:
ange 2025-02-17 09:58:59 +00:00
parent 3198c6c6cb
commit 92f562a03e
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
11 changed files with 23 additions and 23 deletions

View file

@ -12,7 +12,8 @@ esac
[ -d /sys/class/power_supply/BAT0 ] && echo tlp >> pkglist.txt
echo "$shell" >> pkglist.txt
pacstrap -C rootfs/etc/pacman.conf -K /mnt \
base linux{,-lts,-firmware} "$shell" efibootmgr sbctl - < pkglist.txt
base linux{,-lts,-firmware} efibootmgr sbctl - < pkglist.txt
find /mnt/etc/ -name '*.pacnew' -delete