mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 10:24:20 +00:00
Add Hyper-V setup scripts
This commit is contained in:
3
Scripts/Hyper-V.ps1
Normal file
3
Scripts/Hyper-V.ps1
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env pwsh
|
||||
|
||||
Set-VMVideo -VMName "Ubuntu" -HorizontalResolution 1920 -VerticalResolution 1080 -ResolutionType Single
|
5
Scripts/Hyper-V.sh
Normal file
5
Scripts/Hyper-V.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
sudo nano /etc/default/grub
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:3840x2160"
|
||||
sudo apt install linux-image-extra-virtual
|
Reference in New Issue
Block a user