Compare commits

..

No commits in common. "2d32cd5f751255e797cbe17ae1aed9535c0f145d" and "ac8dbf682e21532875040dc35738dbe81f99d63a" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -135,17 +135,16 @@ timeout 4
console-mode max
\" > /boot/loader/loader.conf
echo \"title Arch Linux
linux /vmlinuz-linux-zen
initrd /$CPU_VENDOR-ucode.img
initrd /initramfs-linux-zen.img
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root="LABEL=Arch" rw
\" > /boot/loader/entries/arch.conf
echo \"title Arch Linux (fallback initramfs)
linux /vmlinuz-linux-zen
initrd /$CPU_VENDOR-ucode.img
initrd /initramfs-linux-zen-fallback.img
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux-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,5 +1,4 @@
base
linux-zen
linux-firmware
networkmanager