Compare commits
No commits in common. "2d32cd5f751255e797cbe17ae1aed9535c0f145d" and "ac8dbf682e21532875040dc35738dbe81f99d63a" have entirely different histories.
2d32cd5f75
...
ac8dbf682e
2 changed files with 6 additions and 8 deletions
13
install.sh
13
install.sh
|
@ -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
|
||||
|
|
1
packages
1
packages
|
@ -1,5 +1,4 @@
|
|||
base
|
||||
linux-zen
|
||||
linux-firmware
|
||||
networkmanager
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue