fix
This commit is contained in:
parent
da0da0eb13
commit
39d74515a9
@ -143,7 +143,7 @@ systemMounts(){
|
|||||||
install() {
|
install() {
|
||||||
partitions
|
partitions
|
||||||
sed -i '/^SigLevel/s/^\(.*\)$/#\1\n/' /etc/pacman.conf
|
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
|
pacman -Sy archlinux-keyring debootstrap --noconfirm
|
||||||
apt update;apt install debootstrap -y
|
apt update;apt install debootstrap -y
|
||||||
rm -rf /debootstrap
|
rm -rf /debootstrap
|
||||||
@ -212,7 +212,7 @@ grub-snapshots(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
kernel-packages(){
|
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() {
|
bootloader() {
|
||||||
|
Loading…
Reference in New Issue
Block a user