2 characters over the limit for labels, so fixed it.

This commit is contained in:
Storm Dragon
2025-04-22 21:36:31 -04:00
parent a88a386ef4
commit c1af07bf18
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
root=LABEL=STORMUX_ROOT rw rootwait console=serial0,115200 console=tty1 fsck.repair=yes
root=LABEL=STRMX_ROOT rw rootwait console=serial0,115200 console=tty1 fsck.repair=yes

View File

@ -2,5 +2,5 @@
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
LABEL=STORMUX_BOOT /boot vfat defaults 0 1
LABEL=STORMUX_ROOT / ext4 defaults,noatime 0 1
LABEL=STRMX_BOOT /boot vfat defaults 0 1
LABEL=STRMX_ROOT / ext4 defaults,noatime 0 1