From f887d28771b57f842a8ae3312afb4cfc2792a305 Mon Sep 17 00:00:00 2001 From: Mike Haller Date: Fri, 10 Feb 2023 07:34:13 +0000 Subject: [PATCH 1/2] Fix invisible Unicode whitspace from MS Teams Signed-off-by: GitHub --- .../recipes-core/base-files/base-files/qemux86-64/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab b/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab index 5324daff..65adac74 100644 --- a/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab +++ b/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab @@ -8,5 +8,5 @@ tmpfs /var/volatile tmpfs defaults 0 0 # Add mount for boot, grubenv and data partition LABEL=boot /boot auto defaults,nofail,noatime 0 0 -LABEL=grubenv        /grubenv             auto       defaults,nofail,noatime,x-systemd.before=rauc-mark-good.service  0  0 +LABEL=grubenv /grubenv auto defaults,nofail,noatime,x-systemd.before=rauc-mark-good.service 0 0 LABEL=data /data auto defaults,nofail,noatime 0 2 From a0c7b85d69fd16615a1fc31d10e4e0aae3168c55 Mon Sep 17 00:00:00 2001 From: Mike Haller Date: Fri, 10 Feb 2023 07:34:34 +0000 Subject: [PATCH 2/2] Spaces Signed-off-by: GitHub --- .../recipes-core/base-files/base-files/qemux86-64/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab b/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab index 65adac74..91d97ef7 100644 --- a/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab +++ b/meta-leda-distro/recipes-core/base-files/base-files/qemux86-64/fstab @@ -8,5 +8,5 @@ tmpfs /var/volatile tmpfs defaults 0 0 # Add mount for boot, grubenv and data partition LABEL=boot /boot auto defaults,nofail,noatime 0 0 -LABEL=grubenv /grubenv auto defaults,nofail,noatime,x-systemd.before=rauc-mark-good.service 0 0 +LABEL=grubenv /grubenv auto defaults,nofail,noatime,x-systemd.before=rauc-mark-good.service 0 0 LABEL=data /data auto defaults,nofail,noatime 0 2