bundles/raspberrypi: introduce

This commit is contained in:
Franzi 2020-09-27 16:46:26 +02:00
parent 01364c2c50
commit 5d1e71e83e
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 73 additions and 6 deletions

View file

@ -0,0 +1,16 @@
defaults = {
'raspberrypi': {
'default-target': 'multi-user.target',
'cmdline': {
'console=tty1',
'root=/dev/mmcblk0p2',
'rootfstype=ext4',
'elevator=deadline',
'fsck.repair=yes',
'rootwait',
'quiet',
'plymouth.ignore-serial-consoles',
},
'config.txt': {},
},
}