We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dbc27 commit b3bae53Copy full SHA for b3bae53
system_files/desktop/shared/usr/bin/bazzite-hardware-setup
@@ -130,11 +130,14 @@ if [[ ! $KARGS =~ "rd.luks.options" ]]; then
130
fi
131
132
if [[ $INITRAMFS =~ "disabled" ]]; then
133
+ echo "Found needed initramfs changes, applying."
134
+ plymouth display-message --text="Updating initramfs - Please wait" || true
135
rpm-ostree initramfs --enable --arg=-I --arg=/etc/crypttab
136
137
138
if [[ -n "$NEEDED_KARGS" ]]; then
139
echo "Found needed karg changes, applying the following: $NEEDED_KARGS"
140
+ plymouth display-message --text="Updating kargs - Please wait" || true
141
rpm-ostree kargs ${NEEDED_KARGS} --reboot || exit 1
142
else
143
echo "No karg changes needed"
0 commit comments