From 2aad7d99883ae6611cf2f6e3002438a7d4025c1d Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 28 Nov 2021 18:06:05 +0100 Subject: [PATCH] regen the grb is back but is it useful? --- leaves/phyllome-server-a.cfg | 8 +------- leaves/phyllome-server-ii.cfg | 8 +------- leaves/phyllome-server.cfg | 2 +- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/leaves/phyllome-server-a.cfg b/leaves/phyllome-server-a.cfg index 5935918..62f88db 100644 --- a/leaves/phyllome-server-a.cfg +++ b/leaves/phyllome-server-a.cfg @@ -41,7 +41,7 @@ part / --fstype="ext4" --grow --label=root localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. dnf update -y # Update the system -# grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly +grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful %end @@ -114,12 +114,6 @@ echo "options kvm_amd nested=1" >> /etc/modprobe.d/kvm.conf # Add support for ne %end -%post --logfile=/root/bha.log - -grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly - -%end - %packages --exclude-weakdeps @core @hardware-support diff --git a/leaves/phyllome-server-ii.cfg b/leaves/phyllome-server-ii.cfg index 3cfbaca..f339851 100644 --- a/leaves/phyllome-server-ii.cfg +++ b/leaves/phyllome-server-ii.cfg @@ -41,7 +41,7 @@ part / --fstype="ext4" --grow --label=root localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. dnf update -y # Update the system -# grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly +grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful %end @@ -116,12 +116,6 @@ echo "options kvm_intel nested=1" >> /mnt/sysimage/etc/modprobe.d/kvm.conf # Add %end -%post --logfile=/root/bhi.log - -grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly - -%end - %packages --exclude-weakdeps @core @hardware-support diff --git a/leaves/phyllome-server.cfg b/leaves/phyllome-server.cfg index dc4b99a..d1cb5c6 100644 --- a/leaves/phyllome-server.cfg +++ b/leaves/phyllome-server.cfg @@ -41,7 +41,7 @@ part / --fstype="ext4" --grow --label=root localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. dnf update -y # Update the system -# grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly +grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful %end