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

View File

@@ -108,6 +108,7 @@ cd /home/liveuser
cat >wallpaper.sh <<EOF cat >wallpaper.sh <<EOF
#!/bin/bash #!/bin/bash
gsettings set org.gnome.desktop.background picture-uri file:///home/liveuser/horal_wallpaper.jpg 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 EOF
chmod 777 wallpaper.sh chmod 777 wallpaper.sh

View File

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