Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Sep 19, 2023
1 parent 17c3349 commit 2948755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ostree-fdo-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ case "${ID}-${VERSION_ID}" in
OSTREE_REF="rhel/9/${ARCH}/edge"
OS_VARIANT="rhel9-unknown"
BOOT_ARGS="uefi"
sudo wget http://download-node-02.eng.bos.redhat.com/rhel-9/nightly/RHEL-9/RHEL-9.3.0-20230915.0/compose/AppStream/x86_64/os/Packages/fdo-{admin-cli,client,init,manufacturing-server,owner-cli,owner-onboarding-server,rendezvous-server}-0.4.12-4.el9_2.x86_64.rpm -P /var/www/html/packages
sudo createrepo_c /var/www/html/packages
sudo restorecon -Rv /var/www/html/packages
;;
"centos-9")
OSTREE_REF="centos/9/${ARCH}/edge"
Expand Down

0 comments on commit 2948755

Please sign in to comment.