2 characters over the limit for labels, so fixed it.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user