diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:32 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:32 +0200 |
| commit | 75b3aaf26bd67d75a6aeb5e6331ff896482acfef (patch) | |
| tree | ee694ce857fbc4a80ae68c86b0d1253adaa98e32 /roles/bootstrap/templates | |
| parent | e47ae78cfe17371ce240e134fd66f01ed120ffee (diff) | |
Add bootstrap debian ubuntu support
Diffstat (limited to 'roles/bootstrap/templates')
| -rw-r--r-- | roles/bootstrap/templates/ubuntu.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
