Fixed Label

This commit is contained in:
eichehome 2021-12-11 23:09:29 +01:00
parent 73b47a8346
commit 358637d74e

View file

@ -61,7 +61,7 @@ echo "initrd /amd-ucode.img" >> /boot/loader/entries/arch.conf
# Intel
# echo "initrd /intel-ucode.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)
echo "[Match]" >> /etc/systemd/network/25-wireless.network