mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-17 17:48:20 +00:00
rootfs subdirectory
This commit is contained in:
5
rootfs/etc/fstab
Normal file
5
rootfs/etc/fstab
Normal file
@ -0,0 +1,5 @@
|
||||
# The root file system has fs_passno=1 as per fstab(5) for automatic fsck.
|
||||
LABEL=RASPIROOT / ext4 rw 0 1
|
||||
# All other file systems have fs_passno=2 as per fstab(5) for automatic fsck.
|
||||
LABEL=RASPIFIRM /boot/firmware vfat rw 0 2
|
||||
proc /proc proc defaults 0 0
|
Reference in New Issue
Block a user