diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:33 +0200 |
| commit | d3e78a37b6d907ecbfc817db6ba4c7a71f8a96c3 (patch) | |
| tree | 5b11fa4f67adbabc662bd7beb5cb989def429a18 /roles/bootstrap/vars | |
| parent | b47dfa7b43434cdd8836bf30d549af77ac4b5287 (diff) | |
Refactor bootstrap to have ubuntu specific tasks
Diffstat (limited to 'roles/bootstrap/vars')
| -rw-r--r-- | roles/bootstrap/vars/ubuntu.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/bootstrap/vars/ubuntu.yml b/roles/bootstrap/vars/ubuntu.yml index 829ecae..1116087 100644 --- a/roles/bootstrap/vars/ubuntu.yml +++ b/roles/bootstrap/vars/ubuntu.yml @@ -2,8 +2,10 @@ bootstrap_distro: name: "noble" # => Ubuntu 24.04 mirror_url: "http://archive.ubuntu.com/ubuntu/" - kernel_packages: + install_packages: - "linux-generic-hwe-24.04" + - "systemd-boot" + - "systemd-boot-efi" bootstrap_opts: "" |
