diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:33 +0200 |
| commit | b94d56f916c275ba73e4cd668629652993a96107 (patch) | |
| tree | 7b265cb5c6d94e51eecfcb1cb805aa46a845dbf3 /roles/bootstrap/templates/raspberry.cmdline.j2 | |
| parent | d3e78a37b6d907ecbfc817db6ba4c7a71f8a96c3 (diff) | |
Add Raspberry Pi5 support to bootstrap
Diffstat (limited to 'roles/bootstrap/templates/raspberry.cmdline.j2')
| -rw-r--r-- | roles/bootstrap/templates/raspberry.cmdline.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/bootstrap/templates/raspberry.cmdline.j2 b/roles/bootstrap/templates/raspberry.cmdline.j2 new file mode 100644 index 0000000..3e47837 --- /dev/null +++ b/roles/bootstrap/templates/raspberry.cmdline.j2 @@ -0,0 +1,7 @@ +console=serial0,115200 \ +console=tty1 \ +root={{ partition_root.dev }} \ +rootfstype={{ partition_root.fstype }} \ +elevator=deadline \ +fsck.repair=yes \ +rootwait |
