Compare commits

..

10 Commits

Author SHA1 Message Date
cfa8e38d1f f42 2025-04-22 11:38:38 +02:00
b176914379 why was \n in command? 2024-11-14 10:14:41 +01:00
3483911f27 Warzone 2100 4.5.4 in flatpak 2024-11-07 18:54:59 +01:00
1b2c42497e repair vlc to work with VA-API 2024-11-01 22:57:27 +01:00
1c4b7399d0 use distribution livecd create
newest version doesn't work
2024-10-31 11:07:34 +01:00
0f0fd439ff f41 2024-10-30 18:56:36 +01:00
08bbccdab2 prepare for 41
add cataclysm, rm geany and flatpak crawl and wz2100
2024-10-16 23:18:39 +02:00
136fe2a073 remove some games add Discord 2024-09-29 20:44:46 +02:00
340976f8d2 openttd in flatpak
rm supertuxkart, minetest and pingus
2024-07-22 11:52:29 +02:00
e39b63a259 add flatpak and upgrade to f40
supertux optional
2024-07-21 19:51:53 +02:00
5 changed files with 75 additions and 23 deletions

View File

@@ -3,8 +3,5 @@
## Použití ## Použití
Použij nenjnovější livecd-tools:
[https://github.com/livecd-tools/livecd-tools.git](https://github.com/livecd-tools/livecd-tools.git).
Vlez do adresáře s šablonami a spusť:\ Vlez do adresáře s šablonami a spusť:\
`sudo livecd-creator --nomacboot --verbose --config=fedora-live-workstation.ks --fslabel=HoralOS --cache=cache/live --title=HoralOS --product=HoralOS` `sudo livecd-creator --verbose --config=fedora-live-workstation.ks --fslabel=HoralOS --cache=cache/live --title=HoralOS --product=HoralOS`

View File

@@ -17,7 +17,7 @@ firewall --enabled --service=mdns
xconfig --startxonboot xconfig --startxonboot
zerombr zerombr
clearpart --all clearpart --all
part / --size 12000 --fstype ext4 part / --size 16000 --fstype ext4
services --enabled=NetworkManager,ModemManager --disabled=sshd services --enabled=NetworkManager,ModemManager --disabled=sshd
network --bootproto=dhcp --device=link --activate network --bootproto=dhcp --device=link --activate
rootpw --lock --iscrypted locked rootpw --lock --iscrypted locked

View File

@@ -19,6 +19,11 @@ sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
%end %end
%packages
gnome-initial-setup
anaconda-webui
%end
%post %post
# horal # horal

View File

@@ -12,6 +12,9 @@
-gfs2-utils -gfs2-utils
-reiserfs-utils -reiserfs-utils
# Exclude extra unwanted packages
-python3-botocore
# horal # horal
rogue rogue
ularn ularn
@@ -19,6 +22,7 @@ nethack
nethack-vultures nethack-vultures
slashem slashem
crawl crawl
# DCSS tiles in flatpak, often newer version
crawl-tiles crawl-tiles
angband angband
hyperrogue hyperrogue
@@ -27,30 +31,32 @@ fortune-mod
cataclysm-dda cataclysm-dda
cataclysm-dda-tiles cataclysm-dda-tiles
openttd # openttd in flatpak, include sound
warzone2100 #openttd
-warzone2100-sequences # Warzone in flatpak, often newer version
chocolate-doom #warzone2100
freedoom #-warzone2100-sequences
freedoom-freedm #chocolate-doom
freedoom2 #freedoom
#freedoom-freedm
#freedoom2
gnome-mines gnome-mines
quadrapassel quadrapassel
gnome-robots gnome-robots
pingus gnome-nibbles
minetest #pingus
assaultcube #minetest
xblast #assaultcube
#xblast
#armacycles-ad #armacycles-ad
#armacycles-ad-dedicated #armacycles-ad-dedicated
gnome-nibbles #hedgewars
hedgewars
#tuxanci #tuxanci
supertuxkart #supertuxkart
#supertux #supertux
wesnoth #wesnoth
htop htop
vim vim
@@ -61,32 +67,76 @@ bvi
ranger ranger
gcc gcc
gcc-c++ gcc-c++
geany #geany
gdb gdb
picocom picocom
dos2unix dos2unix
hexchat hexchat
xournalpp
gimp gimp
testdisk testdisk
netcat netcat
telnet
nmap nmap
wireshark wireshark
tcpdump
aircrack-ng aircrack-ng
tor tor
torsocks torsocks
remmina
vlc
openh264 openh264
mozilla-openh264 mozilla-openh264
libavcodec-freeworld libavcodec-freeworld
mesa-va-drivers-freeworld mesa-va-drivers-freeworld
mesa-vdpau-drivers-freeworld
libva libva
libva-utils libva-utils
libva-intel-driver libva-intel-driver
libva-nvidia-driver
intel-media-driver intel-media-driver
gstreamer1-vaapi gstreamer1-vaapi
nvidia-vaapi-driver nvidia-vaapi-driver
@multimedia
%end
%post --nochroot
unlink $INSTALL_ROOT/etc/resolv.conf
cat <<EOF >$INSTALL_ROOT/etc/resolv.conf
nameserver 1.1.1.1
EOF
%end
%post
# COPR
dnf copr enable whitehara/umoria -y
dnf install umoria -y
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
#flatpak install flathub org.develz.Crawl -y
flatpak install flathub net.wz2100.wz2100 -y
flatpak install flathub org.openttd.OpenTTD -y
flatpak install flathub io.github.spacingbat3.webcord -y
#flatpak install flathub com.discordapp.Discord -y
#flatpak install flathub net.supertuxkart.SuperTuxKart -y
#flatpak install flathub org.wesnoth.Wesnoth//stable -y
#flatpak install flathub net.minetest.Minetest -y
#flatpak install flathub org.mozilla.firefox -y
#flatpak install flathub org.gimp.GIMP -y
#flatpak install flathub io.github.Hexchat -y
#flatpak install flathub org.gnome.Nibbles -y
#flatpak install flathub org.gnome.Mines -y
#flatpak install flathub org.gnome.Robots -y
#flatpak install flathub org.gnome.Quadrapassel -y
#flatpak install flathub org.seul.pingus -y
#flatpak install flathub org.hedgewars.Hedgewars -y
# need own ffmpeg to work with vaapi
flatpak install flathub org.videolan.VLC -y
rm $INSTALL_ROOT/etc/resolv.conf
%end %end