Add Raspbian stages
This commit is contained in:
3
stage1/01-sys-tweaks/files/fstab
Normal file
3
stage1/01-sys-tweaks/files/fstab
Normal file
@@ -0,0 +1,3 @@
|
||||
proc /proc proc defaults 0 0
|
||||
/dev/mmcblk0p1 /boot vfat defaults 0 2
|
||||
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
|
2
stage1/01-sys-tweaks/files/noclear.conf
Normal file
2
stage1/01-sys-tweaks/files/noclear.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
TTYVTDisallocate=no
|
2
stage1/01-sys-tweaks/files/policy-rc.d
Executable file
2
stage1/01-sys-tweaks/files/policy-rc.d
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exit 101
|
Reference in New Issue
Block a user