add flatpak and upgrade to f40

supertux optional
This commit is contained in:
2024-07-21 19:51:53 +02:00
parent 148f37aa24
commit e39b63a259
3 changed files with 46 additions and 8 deletions

View File

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

View File

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

View File

@@ -19,7 +19,8 @@ nethack
nethack-vultures
slashem
crawl
crawl-tiles
# DCSS tiles in flatpak, often newer version
#crawl-tiles
angband
hyperrogue
bsd-games
@@ -28,8 +29,9 @@ cataclysm-dda
cataclysm-dda-tiles
openttd
warzone2100
-warzone2100-sequences
# Warzone in flatpak, often newer version
#warzone2100
#-warzone2100-sequences
chocolate-doom
freedoom
freedoom-freedm
@@ -38,6 +40,7 @@ freedoom2
gnome-mines
quadrapassel
gnome-robots
gnome-nibbles
pingus
minetest
assaultcube
@@ -45,12 +48,11 @@ assaultcube
xblast
#armacycles-ad
#armacycles-ad-dedicated
gnome-nibbles
hedgewars
#hedgewars
#tuxanci
supertuxkart
#supertuxkart
#supertux
wesnoth
#wesnoth
htop
vim
@@ -76,6 +78,7 @@ wireshark
aircrack-ng
tor
torsocks
remmina
vlc
openh264
@@ -90,3 +93,34 @@ gstreamer1-vaapi
nvidia-vaapi-driver
%end
%post --nochroot
unlink $INSTALL_ROOT/etc/resolv.conf
cat <<EOF >$INSTALL_ROOT/etc/resolv.conf
nameserver 1.1.1.1
EOF
%end
%post
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 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.openttd.OpenTTD -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
rm $INSTALL_ROOT/etc/resolv.conf
%end