mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-11-04 19:51:10 +00:00
add neofetch to default install
This commit is contained in:
parent
92dd4a61b6
commit
8984f8c346
@ -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
|
Loading…
Reference in New Issue
Block a user