]> git.proxmox.com Git - pve-installer.git/commit
override grub default config via installer
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 May 2021 17:51:03 +0000 (19:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 May 2021 17:54:32 +0000 (19:54 +0200)
commit871a97660320e1ec2365496dabe85ac311c909bf
treea3eefe2bb244b1f2fde097e733af916d8d5b2234
parent80ad382602af12281ae205b2009c69e5798115b1
override grub default config via installer

We used to ship our own grub in the installer, originally due to ZFS
support, but we also used it to setup a slightly modified
`/etc/default/grub`. We do not need a self-build grub for technical
reasons like ZFS support anymore, so avoid the need to ship it and
move over deploying the config changes to the installer.

Just write out the whole config, much easier to see what's going on
compared to some `sed` calls.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall