From 4f3291f4ff5e282e96e4157103beffe95929eb16 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Feb 2024 04:45:19 +0000 Subject: [PATCH] Wrap UUID values in quotation marks --- aa000-0/fstab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aa000-0/fstab b/aa000-0/fstab index 5b4f5cb..e6de1eb 100644 --- a/aa000-0/fstab +++ b/aa000-0/fstab @@ -1,6 +1,6 @@ # Inferencium - aa000-0 # Filesystem Table -# Version: 4.0.0-alpha.34 +# Version: 4.0.0-alpha.35 # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause @@ -13,9 +13,9 @@ # Local filesystems ## /boot/ -UUID=[REDACTED] /boot/ vfat noauto,noatime,noexec,nosuid 0 0 +UUID="[REDACTED]" /boot/ vfat noauto,noatime,noexec,nosuid 0 0 ## / -UUID=[REDACTED] / bcachefs degraded,rw 0 0 +UUID="[REDACTED]" / bcachefs degraded,rw 0 0 ## /run/ tmpfs /run/ tmpfs size=4G,uid=root,gid=root,mode=0755,auto,noatime 0 0 ## /tmp/