Compare commits
2 commits
ac8dbf682e
...
2d32cd5f75
Author | SHA1 | Date | |
---|---|---|---|
2d32cd5f75 | |||
1292bf4e6d |
2 changed files with 8 additions and 6 deletions
13
install.sh
13
install.sh
|
@ -135,16 +135,17 @@ timeout 4
|
||||||
console-mode max
|
console-mode max
|
||||||
\" > /boot/loader/loader.conf
|
\" > /boot/loader/loader.conf
|
||||||
echo \"title Arch Linux
|
echo \"title Arch Linux
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux-zen
|
||||||
initrd /intel-ucode.img
|
initrd /$CPU_VENDOR-ucode.img
|
||||||
initrd /initramfs-linux.img
|
initrd /initramfs-linux-zen.img
|
||||||
options root="LABEL=Arch" rw
|
options root="LABEL=Arch" rw
|
||||||
\" > /boot/loader/entries/arch.conf
|
\" > /boot/loader/entries/arch.conf
|
||||||
echo \"title Arch Linux (fallback initramfs)
|
echo \"title Arch Linux (fallback initramfs)
|
||||||
linux /vmlinuz-linux
|
linux /vmlinuz-linux-zen
|
||||||
initrd /intel-ucode.img
|
initrd /$CPU_VENDOR-ucode.img
|
||||||
initrd /initramfs-linux-fallback.img
|
initrd /initramfs-linux-zen-fallback.img
|
||||||
options root="LABEL=Arch" rw
|
options root="LABEL=Arch" rw
|
||||||
\" > /boot/loader/entries/arch_fallback.conf
|
\" > /boot/loader/entries/arch_fallback.conf
|
||||||
|
systemctl enable NetworkManager.service
|
||||||
mkinitcpio -P
|
mkinitcpio -P
|
||||||
" | arch-chroot /mnt
|
" | arch-chroot /mnt
|
||||||
|
|
1
packages
1
packages
|
@ -1,4 +1,5 @@
|
||||||
base
|
base
|
||||||
linux-zen
|
linux-zen
|
||||||
linux-firmware
|
linux-firmware
|
||||||
|
networkmanager
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue