Skip to content

Commit

Permalink
Merge pull request #4 from ublue-os/main
Browse files Browse the repository at this point in the history
[pull] main from ublue-os:main
  • Loading branch information
pull[bot] authored Oct 17, 2023
2 parents 28b6675 + 21a296c commit 4ee0033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate ISO
uses: ublue-os/isogenerator@v2.1.2
uses: ublue-os/isogenerator@v2.1.3
id: isogenerator
with:
image-name: bluefin
Expand Down
1 change: 1 addition & 0 deletions usr/bin/ublue-system-setup
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ fi

if [[ -n "$NEEDED_KARGS" ]]; then
echo "Found needed karg changes, applying the following: $NEEDED_KARGS"
plymouth display-message --text="Updating kargs - Please wait, this may take a while" || true
rpm-ostree kargs ${NEEDED_KARGS} --reboot || exit 1
else
echo "No karg changes needed"
Expand Down

0 comments on commit 4ee0033

Please sign in to comment.