mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 07:21:11 +00:00
fix(nvidia): Always reboot at the end of bazzite-hardware-setup, potentially fixes frozen screen that makes kargs appear to take an infinite amount of time. NVK soon? I want off Mr. Nvidia's wild ride.
This commit is contained in:
parent
a8f5febcb2
commit
c267cbe82e
@ -274,3 +274,8 @@ echo $IMAGE_NAME > $KNOWN_IMAGE_NAME_FILE
|
||||
echo $IMAGE_FLAVOR > $KNOWN_IMAGE_FLAVOR_FILE
|
||||
echo $FEDORA_VERSION > $KNOWN_FEDORA_VERSION_FILE
|
||||
echo $IMAGE_BRANCH > $KNOWN_IMAGE_BRANCH_FILE
|
||||
|
||||
if [[ $IMAGE_FLAVOR =~ "nvidia" ]]; then
|
||||
echo "Nvidia image detected, rebooting to avoid screen freeze issue in 550."
|
||||
systemctl reboot
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user