Initial commit

This commit is contained in:
Michael Stapelberg
2017-10-08 22:18:48 +02:00
commit 331f68931a
14 changed files with 429 additions and 0 deletions

5
fstab Normal file
View File

@ -0,0 +1,5 @@
# The root file system has fs_passno=1 as per fstab(5) for automatic fsck.
/dev/mmcblk0p2 / ext4 rw 0 1
# All other file systems have fs_passno=2 as per fstab(5) for automatic fsck.
/dev/mmcblk0p1 /boot/firmware vfat rw 0 2
proc /proc proc defaults 0 0