Skip to content

Commit

Permalink
Merge pull request #876 from m2Giles/patch-1
Browse files Browse the repository at this point in the history
fix: make sure custom initramfs args are set
  • Loading branch information
EyeCantCU authored Mar 13, 2024
2 parents 07e0e33 + 6bd4949 commit 56f40aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ else
# Rebuild current initramfs (this will add any new configs added to /etc/dracut.conf.d/) then reboot
echo "Initramfs rebuild triggered, using: $INITRAMFS_BAZZITE_ARGS $INITRAMFS_CUSTOM_ARGS"
plymouth display-message --text="Updating initramfs - Please wait, this may take a while" || true
rpm-ostree initramfs --enable "$INITRAMFS_BAZZITE_ARGS" "$INITRAMFS_CUSTOM_ARGS" --reboot
rpm-ostree initramfs --enable "${INITRAMFS_BAZZITE_ARGS} ${INITRAMFS_CUSTOM_ARGS}" --reboot
exit 0
fi

Expand Down

0 comments on commit 56f40aa

Please sign in to comment.