Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
feat: add kickstart for ISO generation (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 30, 2023
1 parent d5e08bd commit d8e0354
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bluefin.ks
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ostreecontainer --url="ghcr.io/ublue-os/bluefin:38" --no-signature-verification
url --url="https://download.fedoraproject.org/pub/fedora/linux/development/38/Everything/x86_64/os/"

%post --logfile=/root/ks-post.log --erroronfail
%end

0 comments on commit d8e0354

Please sign in to comment.