Skip to content

Commit

Permalink
Merge pull request #607 from monstermunchkin/misc/windows
Browse files Browse the repository at this point in the history
windows: Use available w11 and 2k22 drivers
  • Loading branch information
stgraber authored Mar 22, 2022
2 parents 2636489 + 5db8eb8 commit 0e2c4b5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions distrobuilder/main_repack-windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,6 @@ func (c *cmdRepackWindows) preRun(cmd *cobra.Command, args []string) error {
}
}

// FIXME: Windows 11 currently uses Windows 10 drivers, remove this once virtio w11 drivers exist.
if c.flagWindowsVersion == "w11" {
c.flagWindowsVersion = "w10"
}

// FIXME: Windows Server 2022 currently uses Windows Server 2019 drivers, remove this once virtio 2k22 drivers exist.
if c.flagWindowsVersion == "2k22" {
c.flagWindowsVersion = "2k19"
}

// Check dependencies
err := c.checkDependencies()
if err != nil {
Expand Down

0 comments on commit 0e2c4b5

Please sign in to comment.