Fixed Label
This commit is contained in:
parent
73b47a8346
commit
358637d74e
1 changed files with 1 additions and 1 deletions
2
base.sh
2
base.sh
|
@ -61,7 +61,7 @@ echo "initrd /amd-ucode.img" >> /boot/loader/entries/arch.conf
|
||||||
# Intel
|
# Intel
|
||||||
# echo "initrd /intel-ucode.img" >> /boot/loader/entries/arch.conf
|
# echo "initrd /intel-ucode.img" >> /boot/loader/entries/arch.conf
|
||||||
echo "initrd /initramfs-linux.img" >> /boot/loader/entries/arch.conf
|
echo "initrd /initramfs-linux.img" >> /boot/loader/entries/arch.conf
|
||||||
echo 'options root="LABLE=arch" rw' >> /boot/loader/entries/arch.conf
|
echo 'options root="LABEL=arch" rw' >> /boot/loader/entries/arch.conf
|
||||||
|
|
||||||
# Systemd-networkd (for wlan0)
|
# Systemd-networkd (for wlan0)
|
||||||
echo "[Match]" >> /etc/systemd/network/25-wireless.network
|
echo "[Match]" >> /etc/systemd/network/25-wireless.network
|
||||||
|
|
Loading…
Reference in a new issue