Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] live from iiamabby:live #2

Open
wants to merge 12 commits into
base: live
Choose a base branch
from
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ COPY modules /tmp/modules/
# It is copied from the official container image since it's not available as an RPM.
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq


# Run the build script, then clean up temp files and finalize container build.
RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
rm -rf /tmp/* /var/* && ostree container commit
1 change: 0 additions & 1 deletion config/files/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ screens:
description: Core system applications for the GNOME desktop environment.
default: true
packages:
- Eclipse: org.eclipse.Java
- Calculator: org.gnome.Calculator
- Calendar: org.gnome.Calendar
- Camera: org.gnome.Snapshot
Expand Down
1 change: 0 additions & 1 deletion config/files/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ install-games-educational:
# Install virtualization stack (libvirt/virt-manager/etc)
install-virtualization:
rpm-ostree install libvirt-client libvirt-daemon-kvm virt-install virt-manager
rpm-ostree install -y java-17-openjdk

# Un-install virtualization stack (libvirt/virt-manager/etc)
uninstall-virtualization:
Expand Down
1 change: 1 addition & 0 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ modules:
scripts:
# this sets up the proper policy & signing files for signed images to work
- signing.sh
# - example.sh
11 changes: 11 additions & 0 deletions config/scripts/example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ set -oue pipefail
# Your code goes here.
echo 'This is an example shell script'
echo 'Scripts here will run during build if specified in recipe.yml'
# Install Java
rpm-ostree install -y java-17-openjdk
export PATH="/usr/lib/jvm/java-17-openjdk-17.0.8.0.7-1.fc38.x86_64/bin:$PATH"
echo $PATH

#mkdir usr/bin/minecraftforge && \
#cd usr/bin/minecraftforge && \
#wget "https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.2.0/forge-1.20.1-47.2.0-mdk.zip" -O temp.zip && \
#unzip temp.zip && \
#rm temp.zip
#ls usr/bin