f44
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@
|
|||||||
<preferences>
|
<preferences>
|
||||||
<version>44</version>
|
<version>44</version>
|
||||||
<packagemanager>dnf5</packagemanager>
|
<packagemanager>dnf5</packagemanager>
|
||||||
<locale>en_US</locale>
|
<locale>cs_CZ</locale>
|
||||||
<keytable>us</keytable>
|
<keytable>cz</keytable>
|
||||||
<timezone>UTC</timezone>
|
<timezone>MET</timezone>
|
||||||
<release-version>44</release-version>
|
<release-version>44</release-version>
|
||||||
</preferences>
|
</preferences>
|
||||||
<include from="this://./repositories/core.xml"/>
|
<include from="this://./repositories/core.xml"/>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ Set up your development environment and run the image build (substitute `<image_
|
|||||||
# Install kiwi
|
# Install kiwi
|
||||||
[]$ sudo dnf --assumeyes install kiwi kiwi-systemdeps distribution-gpg-keys
|
[]$ sudo dnf --assumeyes install kiwi kiwi-systemdeps distribution-gpg-keys
|
||||||
# Run the image build
|
# 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
|
## CI information
|
||||||
|
|||||||
@@ -14,5 +14,97 @@
|
|||||||
<package name="mediawriter"/>
|
<package name="mediawriter"/>
|
||||||
<ignore name="gfs2-utils"/>
|
<ignore name="gfs2-utils"/>
|
||||||
<ignore name="reiserfs-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="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>
|
</packages>
|
||||||
</image>
|
</image>
|
||||||
|
|||||||
@@ -468,6 +468,36 @@ if [[ "$kiwi_profiles" == *"WSL"* ]] && [[ "$kiwi_iname" == *"ELN"* ]]; then
|
|||||||
wsl-setup --name Fedora-ELN
|
wsl-setup --name Fedora-ELN
|
||||||
fi
|
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
|
# Finalization steps
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
|
|||||||
@@ -9,6 +9,29 @@
|
|||||||
<signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary"/>
|
<signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary"/>
|
||||||
</source>
|
</source>
|
||||||
</repository>
|
</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 -->
|
<!-- For folks to enable for building images with content in test update repositories -->
|
||||||
<!--
|
<!--
|
||||||
<repository type="rpm-md" alias="updates-testing" sourcetype="metalink">
|
<repository type="rpm-md" alias="updates-testing" sourcetype="metalink">
|
||||||
|
|||||||
Reference in New Issue
Block a user