We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e0e33 commit 6bd4949Copy full SHA for 6bd4949
system_files/desktop/shared/usr/libexec/bazzite-hardware-setup
@@ -53,7 +53,7 @@ else
53
# Rebuild current initramfs (this will add any new configs added to /etc/dracut.conf.d/) then reboot
54
echo "Initramfs rebuild triggered, using: $INITRAMFS_BAZZITE_ARGS $INITRAMFS_CUSTOM_ARGS"
55
plymouth display-message --text="Updating initramfs - Please wait, this may take a while" || true
56
- rpm-ostree initramfs --enable "$INITRAMFS_BAZZITE_ARGS" "$INITRAMFS_CUSTOM_ARGS" --reboot
+ rpm-ostree initramfs --enable "${INITRAMFS_BAZZITE_ARGS} ${INITRAMFS_CUSTOM_ARGS}" --reboot
57
exit 0
58
fi
59
0 commit comments