add cz and some apps

This commit is contained in:
2022-11-03 10:12:34 +01:00
parent fd4412e6c7
commit c2f07d7a8b
3 changed files with 9 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
# this template can override these settings)
lang cs_CZ.UTF-8
keyboard cz
keyboard --xlayouts=cz,'cz (qwerty)' --switch=grp:alt_shift_toggle cz
timezone MET
selinux --enforcing
firewall --enabled --service=mdns

View File

@@ -108,6 +108,7 @@ cd /home/liveuser
cat >wallpaper.sh <<EOF
#!/bin/bash
gsettings set org.gnome.desktop.background picture-uri file:///home/liveuser/horal_wallpaper.jpg
gsettings set org.gnome.desktop.input-sources sources "[('xkb','cz')]"
EOF
chmod 777 wallpaper.sh

View File

@@ -1,16 +1,16 @@
%packages
# Exclude unwanted groups that fedora-live-base.ks pulls in
-@dial-up
-@input-methods
-@standard
#-@dial-up
#-@input-methods
#-@standard
# Install workstation-product-environment to resolve RhBug:1891500
@^workstation-product-environment
# Exclude unwanted packages from @anaconda-tools group
-gfs2-utils
-reiserfs-utils
#-gfs2-utils
#-reiserfs-utils
# horal
nethack
@@ -23,6 +23,7 @@ fortune-mod
bsd-games
angband
clanbomber
chocolate-doom
vlc
@@ -34,5 +35,6 @@ nmap
telnet
hexchat
bc
ranger
%end