refactor(mkimg): drop dracut, use mkinitcpio (#5)

This commit is contained in:
Felix Yan 2022-08-25 07:30:52 +03:00 committed by GitHub
parent 1dd75aa50e
commit a98ef30437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ msg "Install kernel package..."
sudo arch-chroot qcow2 pacman \
--noconfirm \
-Syu linux linux-firmware dracut dracut-hook
-Syu linux linux-firmware
sudo mkdir -p qcow2/boot/extlinux
cat << EOF | sudo tee qcow2/boot/extlinux/extlinux.conf