From cf24e81b55c1e038f17d795ac103c58b7bd9b12c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 21 Sep 2025 01:47:31 +0200 Subject: Remove systemd-boot setup from ubuntu and leave it to the bootctl Because installing gnome or other packages that updates the kernel ends up adding the same machine id boot, it's simpler to delegate the boot setup to the debian/ubuntu and don't clean it up or modify it --- roles/bootstrap/templates/ubuntu.conf.j2 | 4 ---- 1 file changed, 4 deletions(-) delete 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 deleted file mode 100644 index 4c8afa8..0000000 --- a/roles/bootstrap/templates/ubuntu.conf.j2 +++ /dev/null @@ -1,4 +0,0 @@ -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