Compare commits

...

2 Commits

Author SHA1 Message Date
kalle 2d32cd5f75 Networking 2021-10-22 16:41:46 +02:00
kalle 1292bf4e6d Fix systemd-boot 2021-10-22 16:28:10 +02:00
2 changed files with 8 additions and 6 deletions

View File

@ -135,16 +135,17 @@ timeout 4
console-mode max
\" > /boot/loader/loader.conf
echo \"title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
linux /vmlinuz-linux-zen
initrd /$CPU_VENDOR-ucode.img
initrd /initramfs-linux-zen.img
options root="LABEL=Arch" rw
\" > /boot/loader/entries/arch.conf
echo \"title Arch Linux (fallback initramfs)
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux-fallback.img
linux /vmlinuz-linux-zen
initrd /$CPU_VENDOR-ucode.img
initrd /initramfs-linux-zen-fallback.img
options root="LABEL=Arch" rw
\" > /boot/loader/entries/arch_fallback.conf
systemctl enable NetworkManager.service
mkinitcpio -P
" | arch-chroot /mnt

View File

@ -1,4 +1,5 @@
base
linux-zen
linux-firmware
networkmanager