From 75b3aaf26bd67d75a6aeb5e6331ff896482acfef Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:32 +0200 Subject: Add bootstrap debian ubuntu support --- roles/bootstrap/templates/ubuntu.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/bootstrap/templates/ubuntu.conf.j2 (limited to 'roles/bootstrap/templates') diff --git a/roles/bootstrap/templates/ubuntu.conf.j2 b/roles/bootstrap/templates/ubuntu.conf.j2 new file mode 100644 index 0000000..4c8afa8 --- /dev/null +++ b/roles/bootstrap/templates/ubuntu.conf.j2 @@ -0,0 +1,4 @@ +title Ubuntu 24.04 +linux /ubuntu/vmlinuz-{{ bootstrap_kernel_version.stdout }} +initrd /ubuntu/initrd.img-{{ bootstrap_kernel_version.stdout }} +options root=PARTLABEL={{ partition_root.name }} rw queit splash -- cgit v1.2.3