cz keyboard, some soft
This commit is contained in:
@@ -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 (qwertz)'
|
keyboard cz
|
||||||
timezone MET
|
timezone MET
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
|
|||||||
@@ -102,6 +102,26 @@ EOF
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
# horal
|
# 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
|
/bin/bash
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -15,12 +15,14 @@
|
|||||||
# horal
|
# horal
|
||||||
nethack
|
nethack
|
||||||
nethack-vultures
|
nethack-vultures
|
||||||
|
slashem
|
||||||
crawl
|
crawl
|
||||||
crawl-tiles
|
crawl-tiles
|
||||||
openttd
|
openttd
|
||||||
fortune-mod
|
fortune-mod
|
||||||
bsd-games
|
bsd-games
|
||||||
angband
|
angband
|
||||||
|
clanbomber
|
||||||
|
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
@@ -28,5 +30,9 @@ htop
|
|||||||
vim
|
vim
|
||||||
gvim
|
gvim
|
||||||
tmux
|
tmux
|
||||||
|
nmap
|
||||||
|
telnet
|
||||||
|
hexchat
|
||||||
|
bc
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
Reference in New Issue
Block a user