mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 07:13:26 +00:00
fix: Correct missing directory error when running grub2-switch-to-blscfg
This commit is contained in:
parent
ab2b03a17e
commit
e93fa00833
@ -60,4 +60,7 @@ sed -i "s|^VERSION_CODENAME=.*|VERSION_CODENAME=\"$CODE_NAME\"|" /usr/lib/os-rel
|
||||
|
||||
if [[ -n "${SHA_HEAD_SHORT:-}" ]]; then
|
||||
echo "BUILD_ID=\"$SHA_HEAD_SHORT\"" >> /usr/lib/os-release
|
||||
fi
|
||||
fi
|
||||
|
||||
# Fix issues caused by ID no longer being fedora
|
||||
sed -i "s/^EFIDIR=.*/EFIDIR=\"fedora\"/" /usr/sbin/grub2-switch-to-blscfg
|
Loading…
x
Reference in New Issue
Block a user