diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-04 22:35:52 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-05 00:21:01 +0200 |
| commit | 6c5ab1a18f19944898e5ffe317451b1fa507a5a3 (patch) | |
| tree | 89b2633a608a78222bb5f07765ca3e7019f91f9e /roles/bootstrap/vars | |
| parent | 8826629b44564b3ec3ca57c71563e01f74dd7c78 (diff) | |
Switch from rEFInd to GRUB for proxmox
Since proxmox depends on GRUB and there is no benefit of fighting it,
since proxmox isn't (and not supposed to be) dual booted, use the
default stack and simplify the setup
Diffstat (limited to 'roles/bootstrap/vars')
| -rw-r--r-- | roles/bootstrap/vars/proxmox.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/bootstrap/vars/proxmox.yml b/roles/bootstrap/vars/proxmox.yml index 9833ad3..0b0e62e 100644 --- a/roles/bootstrap/vars/proxmox.yml +++ b/roles/bootstrap/vars/proxmox.yml @@ -4,14 +4,10 @@ bootstrap_distro: mirror_url: "http://deb.debian.org/debian" packages: - "proxmox-default-kernel" + - "proxmox-grub" bootstrap_opts: "" -bootstrap_apt_ignored_preferences: | - Package: grub-common grub2-common grub-pc grub-pc-bin - Pin: release * - Pin-Priority: -1 - bootstrap_apt_sources: | deb http://deb.debian.org/debian bookworm main contrib deb http://deb.debian.org/debian bookworm-updates main contrib |
