bundles/raspberrypi: introduce
This commit is contained in:
parent
01364c2c50
commit
5d1e71e83e
5 changed files with 73 additions and 6 deletions
16
bundles/raspberrypi/metadata.py
Normal file
16
bundles/raspberrypi/metadata.py
Normal 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': {},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue