From b94d56f916c275ba73e4cd668629652993a96107 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:33 +0200 Subject: Add Raspberry Pi5 support to bootstrap --- roles/bootstrap/templates/raspberry.cmdline.j2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 roles/bootstrap/templates/raspberry.cmdline.j2 (limited to 'roles/bootstrap/templates/raspberry.cmdline.j2') 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 -- cgit v1.2.3