Skip to content

Commit

Permalink
feat: Add message during plymouth about kargs to make long initial bo…
Browse files Browse the repository at this point in the history
…ot friendlier (#598)
  • Loading branch information
KyleGospo committed Oct 17, 2023
1 parent ef2c43c commit 21a296c
Showing 1 changed file with 1 addition and 0 deletions.
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 21a296c

Please sign in to comment.