diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-21 01:47:31 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-21 01:47:31 +0200 |
| commit | cf24e81b55c1e038f17d795ac103c58b7bd9b12c (patch) | |
| tree | 97aa08aa166903c3a98a734e6519a9af97cb3609 /roles/bootstrap/templates | |
| parent | f8201926ac38b2105601ab3759dd5e4089997b88 (diff) | |
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
Diffstat (limited to 'roles/bootstrap/templates')
| -rw-r--r-- | roles/bootstrap/templates/ubuntu.conf.j2 | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
