Skip to content

Commit

Permalink
feat: add snapraid
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Sep 23, 2023
1 parent b9d20cd commit 9a2910c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ADD packages.json /tmp/packages.json
ADD files/usr /usr

RUN mkdir -p /var/lib/alternatives \
&& wget https://copr.fedorainfracloud.org/coprs/ublue-os/ucore/repo/fedora-$(rpm -E %fedora)/ublue-os-ucore-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ublue-os-ucore.repo \
&& /tmp/build.sh \
&& mv /var/lib/alternatives /staged-alternatives \
&& rm -fr /tmp/* /var/* \
Expand Down
1 change: 1 addition & 0 deletions hci/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"iwlwifi-mvm-firmware",
"libvirt-client",
"libvirt-daemon-kvm",
"snapraid",
"nfs-utils",
"virt-install"
]
Expand Down

0 comments on commit 9a2910c

Please sign in to comment.