From 8984f8c346a05c27ee0efdc86cebc75e7d68bd9a Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 11 Sep 2021 11:46:12 +0200 Subject: [PATCH] add neofetch to default install --- leaves/bmd.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/leaves/bmd.cfg b/leaves/bmd.cfg index 4636b58..2d1ed3c 100644 --- a/leaves/bmd.cfg +++ b/leaves/bmd.cfg @@ -8,7 +8,7 @@ # What ? This kickstart file provides a basic block to build a minimal operating system. # 'b' for basic building block, 'm' for minimal, 'd' for development only. -# Know bug: Cannot resolve host name +# Known bug: Cannot resolve host name text # Perform installation in text mode @@ -46,6 +46,7 @@ pciutils # Pciutils provides lspci commandline tool and is not installed by defa qemu-guest-agent # "QEMU guest agent" spice-vdagent # "Agent for Spice guests" wget # "The non-interactive network downloader. " Used to fetch file during installation +neofetch # a simple tool to show hardware related-informations within a terminal # @fonts # Add quite a few fonts. Otherwise there is a bug with the terminal. Doesn't solve the bug. Uncomment it. -fedora-logos # Fedora logos -fedora-release # Fedora release-notes @@ -66,8 +67,8 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be p dnf update -y # Update the system grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly -# In the %post section of the kickstart file, add the following as the first line: +# In the %post section of the kickstart file, add the following as the first line. Probably useless : leaving this uncommented for the moment # See : https://www.opensourceforu.com/2010/01/roll-out-a-fedora-remix/ -sed -i -e 's/Generic release/LFY Fedora Remix/g' /etc/fedora-release /etc/issue +# sed -i -e 's/Generic release/LFY Fedora Remix/g' /etc/fedora-release /etc/issue %end # End of the %post section \ No newline at end of file