Skip to content

Commit

Permalink
Add t2linux stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jan 17, 2024
1 parent f2f3ca3 commit 0ed6b85
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
4 changes: 3 additions & 1 deletion components/desktop-environments.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages"/>
<profile name="DesktopCommon" description="Common desktop packages">
<requires profile="t2linux"/>
</profile>
<profile name="GNOME-Desktop" description="GNOME Desktop">
<requires profile="DesktopCommon"/>
</profile>
Expand Down
3 changes: 2 additions & 1 deletion components/liveinstall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<profiles>
<profile name="LiveInstall" description="Live Install ISO">
<requires profile="BootCore"/>
<requires profile="t2linux"/>
</profile>
</profiles>
<preferences profiles="LiveInstall">
<type image="iso" publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" firmware="uefi" kernelcmdline="quiet rhgb" mediacheck="false">
<type image="iso" publisher="t2linux Fedora" volid="t2linux_Fedora" primary="true" flags="dmsquash" firmware="uefi" kernelcmdline="quiet rhgb intel_iommu=on iommu=pt" mediacheck="false">
<bootloader name="grub2" grub_template="grub.cfg.iso-template" console="console" timeout="10"/>
</type>
</preferences>
Expand Down
9 changes: 9 additions & 0 deletions components/t2linux.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<image>
<profiles>
<profile name="t2linux" description="t2linux support packages"/>
</profiles>
<packages type="image" patternType="plusRecommended">
<package name="t2linux-config"/>
<package name="copr-sharpenedblade-t2linux-release"/>
</packages>
</image>
10 changes: 6 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>

<image schemaversion="7.4" name="Fedora">
<image schemaversion="7.4" name="t2linux Fedora">
<description type="system">
<author>Fedora Project Contributors</author>
<contact>[email protected]</contact>
<specification>Fedora Linux</specification>
<author>Sharpened Blade</author>
<contact>[email protected]</contact>
<specification>t2linux Fedora</specification>
</description>
<preferences>
<version>0.0.0</version>
Expand All @@ -15,10 +15,12 @@
<release-version>39</release-version>
</preferences>
<include from="this://./repositories/core.xml"/>
<include from="this://./repositories/t2linux.xml"/>
<include from="this://./components/boot.xml"/>
<include from="this://./components/desktop-environments.xml"/>
<include from="this://./components/liveinstall.xml"/>
<include from="this://./components/users.xml"/>
<include from="this://./components/t2linux.xml"/>
<include from="this://./platforms/cloud.xml"/>
<include from="this://./platforms/container.xml"/>
<include from="this://./platforms/vagrant.xml"/>
Expand Down
7 changes: 7 additions & 0 deletions repositories/t2linux.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<image>
<repository type="rpm-md" alias="copr_copr.fedorainfracloud.org_sharpenedblade_t2linux" sourcetype="baseurl" priority="80">
<source path="https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-$releasever-$basearch/">
<signing key="https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/pubkey.gpg"/>
</source>
</repository>
</image>

0 comments on commit 0ed6b85

Please sign in to comment.