Skip to content

Commit

Permalink
extra packages and stuff for ultramarine
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 22, 2023
1 parent 120413d commit 98a4c52
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
19 changes: 18 additions & 1 deletion kickstarts/base/base.ks
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ pam
kernel
kernel-modules
kernel-modules-extra
# We are adding kernel headers so users can easily install akmod packages
kernel-devel
kernel-headers
kernel-core

-fedora-bookmarks

Expand All @@ -44,6 +48,17 @@ kernel-modules-extra
# for now.
#memtest86+

# A11y

# Please think of the blind

orca
espeak-ng
brltty
brltty-espeak-ng
speech-dispatcher-espeak-ng
brltty-minimal

# Remove initial-setup so we don't run it on boot
-initial-setup*

Expand Down Expand Up @@ -130,7 +145,7 @@ rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn
rm -f /var/lib/rpm/__db*
# go ahead and pre-make the man -k cache (#455968)
/usr/bin/mandb
/usr/bin/mandb -c
# make sure there aren't core files lying around
rm -f /core*
Expand All @@ -153,6 +168,8 @@ rm -f /boot/*-rescue*
systemctl disable network
systemctl disable systemd-networkd
systemctl disable systemd-networkd-wait-online
systemctl disable openvpn-client@\*.service
systemctl disable openvpn-server@\*.service
# Remove machine-id on pre generated images
rm -f /etc/machine-id
Expand Down
16 changes: 15 additions & 1 deletion kickstarts/base/desktop.ks
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,29 @@ psmisc
# Multimedia
@multimedia
@sound-and-video
# Gaming stuff
gamemode

# Drivers
# XBox One Controllers
xpadneo

libva-vdpau-driver
libvdpau-va-gl


# this causes bugs, consider reverting (#8)
mesa-*-drivers
-mesa-va-drivers
mesa-va-drivers-freeworld
-mesa-vdpau-drivers
mesa-vdpau-drivers-freeworld

# Xorg Drivers
xorg-x11-drivers
xorg-x11-drv-nouveau
xorg-x11-drv-wacom
xorg-x11-drv-qxl
xorg-x11-drv-vmware

nvidia-vaapi-driver
#akmod-nvidia # NVIDIA drivers because nouveau isnt loading for some reason
Expand All @@ -44,6 +55,9 @@ liberation-mono-fonts
liberation-s*-fonts
cascadia-*-*-fonts

# SIPA fonts
sipa-fonts

# Networking
@networkmanager-submodules
firewalld
Expand Down

0 comments on commit 98a4c52

Please sign in to comment.