mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 01:18:40 +00:00
Merge pull request #868 from m2Giles/patch-1
fix: custom initramfs args actually get applied
This commit is contained in:
commit
c26f4b247b
@ -100,7 +100,7 @@ if $NEEDS_INITRAMFS_APPLICATION; then
|
||||
INITRAMFS_BAZZITE_ARGS=$(cat $INITRAMFS_BAZZITE_ARG_FILE)
|
||||
echo "Building initramfs with following custom 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"
|
||||
rpm-ostree initramfs --enable "${INITRAMFS_BAZZITE_ARGS} ${INITRAMFS_CUSTOM_ARGS}"
|
||||
else
|
||||
echo "No initramfs changes needed"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user