Compare commits

..

18 Commits

Author SHA1 Message Date
6bd5890ca0 f43 2026-02-08 17:41:46 +01:00
69e67fe85d new dcss
some flatpak sus
2025-05-11 13:57:08 +02:00
4f1a5e127e add ddrescue 2025-04-25 15:56:44 +02:00
862e98c8e7 add transimission, psd, brogue, decibels 2025-04-25 13:02:22 +02:00
5da09b57b9 add wireguard 2025-04-24 22:23:47 +02:00
0b5cd4af0e add ventoy
in /opt
2025-04-23 21:14:23 +02:00
71ea0618c6 f42 tweaks
rm wallpaper and ssh key
del cataclysmdda, hyperrogue
add wesnoth
warzone => rpm
2025-04-23 11:17:41 +02:00
70c8993c0a url instead of mirrors
add vscode
2025-04-22 20:43:30 +02:00
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
7 changed files with 125 additions and 1612 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 18000 --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

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch repo --name=fedora --baseurl=https://ftp.sh.cvut.cz/fedora/linux/releases/$releasever/Everything/$basearch/os/
repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch repo --name=updates --baseurl=https://ftp.sh.cvut.cz/fedora/linux/updates/$releasever/Everything/$basearch/
#repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch #repo --name=updates-testing --baseurl=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch

View File

@@ -9,8 +9,9 @@
%include fedora-repo-not-rawhide.ks %include fedora-repo-not-rawhide.ks
# horal # horal
repo --name=fusion --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-$releasever&arch=$basearch repo --name=fusion --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/free/fedora/releases/$releasever/Everything/$basearch/os/
repo --name=fusion-updates --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-released-$releasever&arch=$basearch repo --name=fusion-updates --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/free/fedora/updates/$releasever/$basearch/
repo --name=fusionn --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$releasever&arch=$basearch repo --name=fusionn --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
repo --name=fusionn-updates --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch repo --name=fusionn-updates --baseurl=https://ftp.fi.muni.cz/pub/linux/rpmfusion/nonfree/fedora/updates/$releasever/$basearch/
repo --name=cisco-openh264 --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch repo --name=cisco-openh264 --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch
repo --name=vscode --baseurl=https://packages.microsoft.com/yumrepos/vscode

View File

@@ -12,81 +12,161 @@
-gfs2-utils -gfs2-utils
-reiserfs-utils -reiserfs-utils
# Exclude extra unwanted packages
-python3-botocore
-gstreamer1-plugins-bad-freeworld
# horal # horal
rogue rogue
ularn ularn
nethack nethack
nethack-vultures nethack-vultures
slashem slashem
crawl #crawl
crawl-tiles # DCSS tiles in flatpak, often newer version
#crawl-tiles
angband angband
hyperrogue #hyperrogue
bsd-games bsd-games
fortune-mod 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 gnome-chess
assaultcube gnome-sudoku
#pingus
#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 # dev version
#wesnoth
htop htop
vim vim
gvim gvim
tmux tmux
bc
bvi
ranger ranger
gcc
gcc-c++
geany
gdb
picocom picocom
dos2unix dos2unix
hexchat hexchat
fractal
bvi
bc
#profile-sync-daemon
p7zip
unrar
borgbackup
remmina
libreoffice-langpack-cs
gcc
gcc-c++
#geany
gdb
go
code
xournalpp
drawing
gimp gimp
#nomacs
decibels
testdisk testdisk
netcat netcat
telnet
nmap nmap
wireshark wireshark
tcpdump
aircrack-ng aircrack-ng
tor tor
torsocks torsocks
wireguard-tools
transmission
ddrescue
virtualbox-guest-additions
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
dnf copr enable karlisk/ventoy -y
dnf install ventoy -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.github.tmewett.BrogueCE -y
#flatpak install flathub org.cataclysmdda.CataclysmDDA -y
flatpak install flathub org.wesnoth.Wesnoth -y
flatpak install flathub org.gnome.World.PikaBackup -y
flatpak install flathub com.github.tchx84.Flatseal -y
#flatpak install flathub ca.desrt.dconf-editor -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