cz keyboard, some soft
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user