From dee83d724d259317202e9fe5d5b3c9ab5c1a8e95 Mon Sep 17 00:00:00 2001 From: Kyle Glaws Date: Thu, 18 Aug 2022 19:50:04 -0400 Subject: [PATCH] fix /etc/fstab --- templates/etc__fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc__fstab b/templates/etc__fstab index c0aba8e..e6c3ef3 100644 --- a/templates/etc__fstab +++ b/templates/etc__fstab @@ -1,7 +1,7 @@ # file system mount-point type options dump fsck # order -LABEL=$LFSROOTLABEL / LFSFSTYPE defaults 1 1 +LABEL=$LFSROOTLABEL / $LFSFSTYPE defaults 1 1 proc /proc proc nosuid,noexec,nodev 0 0 sysfs /sys sysfs nosuid,noexec,nodev 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0