From 358637d74e35a13d321c319d20119e909d7464c4 Mon Sep 17 00:00:00 2001 From: eichehome Date: Sat, 11 Dec 2021 23:09:29 +0100 Subject: [PATCH] Fixed Label --- base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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