]> git.proxmox.com Git - proxmox-ve.git/commitdiff
add grub.d snippet
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 24 Jun 2021 10:57:22 +0000 (12:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Jun 2021 11:10:14 +0000 (13:10 +0200)
to set distributor and disable os-prober. this allows us to drop grub
cfg handling from the installer except for the ZFS on / use case.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/grub/proxmox-ve.cfg [new file with mode: 0644]
debian/proxmox-ve.install

diff --git a/debian/grub/proxmox-ve.cfg b/debian/grub/proxmox-ve.cfg
new file mode 100644 (file)
index 0000000..d10da36
--- /dev/null
@@ -0,0 +1,2 @@
+GRUB_DISTRIBUTOR="Proxmox VE"
+GRUB_DISABLE_OS_PROBER=true
index 5780d2a03c1c22827c1f032d253df9738e80c980..406f5757a90707bab1a5cbb28cc5eb981824eae6 100644 (file)
@@ -1,2 +1,3 @@
 debian/apthook/10pveapthook etc/apt/apt.conf.d/
 debian/apthook/pve-apt-hook usr/share/proxmox-ve/
+debian/grub/proxmox-ve.cfg etc/default/grub.d/