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 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,10 @@ sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
%end %end
%packages
gnome-initial-setup
%end
%post %post
# horal # horal

View File

@@ -19,7 +19,8 @@ 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
@@ -28,8 +29,9 @@ cataclysm-dda
cataclysm-dda-tiles cataclysm-dda-tiles
openttd openttd
warzone2100 # Warzone in flatpak, often newer version
-warzone2100-sequences #warzone2100
#-warzone2100-sequences
chocolate-doom chocolate-doom
freedoom freedoom
freedoom-freedm freedoom-freedm
@@ -38,6 +40,7 @@ freedoom2
gnome-mines gnome-mines
quadrapassel quadrapassel
gnome-robots gnome-robots
gnome-nibbles
pingus pingus
minetest minetest
assaultcube assaultcube
@@ -45,12 +48,11 @@ assaultcube
xblast 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
@@ -76,6 +78,7 @@ wireshark
aircrack-ng aircrack-ng
tor tor
torsocks torsocks
remmina
vlc vlc
openh264 openh264
@@ -90,3 +93,34 @@ gstreamer1-vaapi
nvidia-vaapi-driver nvidia-vaapi-driver
%end %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