Attempt to make images bootable no matter the source, micro sd, nvme, etc.
This commit is contained in:
1
pi4/files/boot/cmdline.txt
Normal file
1
pi4/files/boot/cmdline.txt
Normal 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
6
pi4/files/etc/fstab
Normal 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
|
Reference in New Issue
Block a user