Skip to content

Commit

Permalink
fix: Disable virtio-gpu (dockur#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 6, 2024
1 parent b0eddb2 commit bd5b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ startInstall() {

if skipInstall; then
BASE=""
VGA="virtio-gpu"
#VGA="virtio-gpu"
return 1
fi

Expand Down

0 comments on commit bd5b3e8

Please sign in to comment.