diff --git a/base.sh b/base.sh index 9d569ac..b6ce8c4 100644 --- a/base.sh +++ b/base.sh @@ -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