cz keyboard, some soft

This commit is contained in:
2022-11-01 00:48:27 +01:00
parent 999c4fe957
commit fd4412e6c7
3 changed files with 28 additions and 2 deletions

View File

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

View File

@@ -102,6 +102,26 @@ EOF
%post
# horal
echo "IN CHROOT"
mkdir -p /home/liveuser/.config/autostart
cd /home/liveuser
cat >wallpaper.sh <<EOF
#!/bin/bash
gsettings set org.gnome.desktop.background picture-uri file:///home/liveuser/horal_wallpaper.jpg
EOF
chmod 777 wallpaper.sh
cat >.config/autostart/wallpaper.desktop <<EOF
[Desktop Entry]
Name=wallpaper
Comment=set wallpaper
Type=Application
Exec=/home/liveuser/wallpaper.sh
Hidden=false
X-GNOME-Autostart-enabled=true
EOF
echo -e "IN CHROOT\nCopy wallpaper."
/bin/bash
%end

View File

@@ -15,12 +15,14 @@
# horal
nethack
nethack-vultures
slashem
crawl
crawl-tiles
openttd
fortune-mod
bsd-games
angband
clanbomber
vlc
@@ -28,5 +30,9 @@ htop
vim
gvim
tmux
nmap
telnet
hexchat
bc
%end