Compare commits

..
2 Commits
Author SHA1 Message Date
prokop 091641729e add gdu 2026-09-13 19:58:08 +03:00
prokop 82193074ed f44 2026-09-07 21:08:47 +03:00
5 changed files with 150 additions and 4 deletions
+3 -3
View File
@@ -9,9 +9,9 @@
<preferences>
<version>44</version>
<packagemanager>dnf5</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>
<locale>cs_CZ</locale>
<keytable>cz</keytable>
<timezone>MET</timezone>
<release-version>44</release-version>
</preferences>
<include from="this://./repositories/core.xml"/>
+1 -1
View File
@@ -23,7 +23,7 @@ Set up your development environment and run the image build (substitute `<image_
# Install kiwi
[]$ sudo dnf --assumeyes install kiwi kiwi-systemdeps distribution-gpg-keys
# Run the image build
[]$ sudo ./kiwi-build --kiwi-file=Fedora.kiwi --image-type=<image_type> --image-profile=<image_profile> --output-dir ./outdir
[]$ sudo ./kiwi-build --kiwi-file=Fedora.kiwi --image-type=iso --image-profile=Workstation-Live --output-dir ./outdir
```
## CI information
+93
View File
@@ -14,5 +14,98 @@
<package name="mediawriter"/>
<ignore name="gfs2-utils"/>
<ignore name="reiserfs-utils"/>
<!-- HoralOS -->
<package name="rogue"/>
<package name="ularn"/>
<package name="nethack"/>
<package name="nethack-vultures"/>
<package name="slashem"/>
<package name="angband"/>
<!-- <package name="hyperrogue"/> -->
<package name="bsd-games"/>
<package name="fortune-mod"/>
<!-- <package name="cataclysm-dda"/> -->
<!-- <package name="cataclysm-dda-tiles"/> -->
<!-- <package name="chocolate-doom"/> -->
<!-- <package name="freedoom"/> -->
<!-- <package name="freedoom-freedm"/> -->
<!-- <package name="freedoom2"/> -->
<package name=" gnome-mines"/>
<package name="quadrapassel"/>
<package name="gnome-robots"/>
<package name="gnome-nibbles"/>
<package name="gnome-chess"/>
<package name="gnome-sudoku"/>
<!-- <package name="pingus"/> -->
<!-- <package name="minetest"/> -->
<!-- <package name="assaultcube"/> -->
<!-- <package name="xblast"/> -->
<!-- <package name="armacycles-ad"/> -->
<!-- <package name="armacycles-ad-dedicated"/> -->
<!-- <package name="hedgewars"/> -->
<!-- <package name="tuxanci"/> -->
<!-- <package name="supertuxkart"/> -->
<!-- <package name="supertux"/> -->
<!-- dev version -->
<!-- <package name="wesnoth"/> -->
<package name="htop"/>
<package name="vim"/>
<package name="gvim"/>
<package name="tmux"/>
<package name="ranger"/>
<package name="picocom"/>
<package name="dos2unix"/>
<package name="hexchat"/>
<package name="fractal"/>
<package name="bvi"/>
<package name="bc"/>
<!-- <package name="profile-sync-daemon"/> -->
<package name="p7zip"/>
<package name="unrar"/>
<package name="borgbackup"/>
<package name="remmina"/>
<package name="libreoffice-langpack-cs"/>
<package name="gcc"/>
<package name="gcc-c++"/>
<!-- <package name="geany"/> -->
<package name="gdb"/>
<package name="go"/>
<package name="code"/>
<package name="xournalpp"/>
<package name="drawing"/>
<package name="gimp"/>
<!-- <package name="nomacs"/> -->
<package name="decibels"/>
<package name="testdisk"/>
<package name="netcat"/>
<package name="telnet"/>
<package name="nmap"/>
<package name="wireshark"/>
<package name="tcpdump"/>
<package name="aircrack-ng"/>
<package name="tor"/>
<package name="torsocks"/>
<package name="wireguard-tools"/>
<package name="transmission"/>
<package name="ddrescue"/>
<package name="gdu"/>
<package name="virtualbox-guest-additions"/>
<!-- <package name="openh264"/> -->
<!-- <package name="mozilla-openh264"/> -->
<package name="libavcodec-freeworld"/>
<package name="mesa-va-drivers-freeworld"/>
<!-- <package name="mesa-vdpau-drivers-freeworld"/> -->
<package name="libva"/>
<package name="libva-utils"/>
<package name="libva-intel-driver"/>
<package name="libva-nvidia-driver"/>
<package name="intel-media-driver"/>
<package name="gstreamer1-vaapi"/>
<!-- <package name="nvidia-vaapi-driver"/> -->
<namedCollection name="multimedia"/>
<!-- COPR-->
<package name="umoria"/>
<package name="ventoy"/>
</packages>
</image>
+30
View File
@@ -468,6 +468,36 @@ if [[ "$kiwi_profiles" == *"WSL"* ]] && [[ "$kiwi_iname" == *"ELN"* ]]; then
wsl-setup --name Fedora-ELN
fi
#======================================
# Flatpak
#--------------------------------------
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
#======================================
# Finalization steps
#--------------------------------------
+23
View File
@@ -9,6 +9,29 @@
<signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary"/>
</source>
</repository>
<!-- Horal -->
<repository type="rpm-md" alias="fusion">
<source path="https://ftp.fi.muni.cz/pub/linux/rpmfusion/free/fedora/releases/$releasever/Everything/$basearch/os/"/>
</repository>
<repository type="rpm-md" alias="fusion-updates">
<source path="https://ftp.fi.muni.cz/pub/linux/rpmfusion/free/fedora/updates/$releasever/$basearch/"/>
</repository>
<repository type="rpm-md" alias="fusionn">
<source path="https://ftp.fi.muni.cz/pub/linux/rpmfusion/nonfree/fedora/releases/$releasever/Everything/$basearch/os/"/>
</repository>
<repository type="rpm-md" alias="fusionn-updates">
<source path="https://ftp.fi.muni.cz/pub/linux/rpmfusion/nonfree/fedora/updates/$releasever/$basearch/"/>
</repository>
<repository type="rpm-md" alias="code">
<source path="https://packages.microsoft.com/yumrepos/vscode"/>
</repository>
<!-- COPR -->
<repository type="rpm-md" alias="umoria">
<source path="https://download.copr.fedorainfracloud.org/results/whitehara/umoria/fedora-$releasever-$basearch/"/>
</repository>
<repository type="rpm-md" alias="ventoy">
<source path="https://download.copr.fedorainfracloud.org/results/karlisk/ventoy/fedora-$releasever-$basearch/"/>
</repository>
<!-- For folks to enable for building images with content in test update repositories -->
<!--
<repository type="rpm-md" alias="updates-testing" sourcetype="metalink">