Attempt to make images bootable no matter the source, micro sd, nvme, etc.

This commit is contained in:
Storm Dragon
2025-04-22 21:27:34 -04:00
parent 034c561a53
commit a88a386ef4
3 changed files with 9 additions and 2 deletions

View File

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

6
pi4/files/etc/fstab Normal file
View File

@ -0,0 +1,6 @@
# Static information about the filesystems.
# 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