fix
This commit is contained in:
parent
da0da0eb13
commit
39d74515a9
@ -143,7 +143,7 @@ systemMounts(){
|
||||
install() {
|
||||
partitions
|
||||
sed -i '/^SigLevel/s/^\(.*\)$/#\1\n/' /etc/pacman.conf
|
||||
sed -i '/#SigLevel/a SigLevel = Never' /etc/pacman.conf
|
||||
sed -i '/#SigLevel/a SigLevel = Never' /etc/pacman.conf
|
||||
pacman -Sy archlinux-keyring debootstrap --noconfirm
|
||||
apt update;apt install debootstrap -y
|
||||
rm -rf /debootstrap
|
||||
@ -212,7 +212,7 @@ grub-snapshots(){
|
||||
}
|
||||
|
||||
kernel-packages(){
|
||||
/usr/bin/apt install --reinstall -y linux-image-`ls /lib/modules/` grub-efi efibootmgr plymouth plymouth-themes btrfs-progs cryptsetup-initramfs linux-image-amd64 linux-headers-amd64 firmware-iwlwifi firmware-linux firmware-linux-nonfree
|
||||
/usr/bin/apt install --reinstall -y linux-image-`ls /lib/modules/` grub-efi efibootmgr plymouth plymouth-themes btrfs-progs cryptsetup-initramfs linux-image-amd64 linux-headers-amd64 firmware-iwlwifi firmware-linux firmware-linux-nonfree
|
||||
}
|
||||
|
||||
bootloader() {
|
||||
|
Loading…
Reference in New Issue
Block a user