mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 13:28:51 +01:00
fix: Pixel depth on Windows 2003 (#2199)
This commit is contained in:
@@ -794,8 +794,6 @@ writeSIF() {
|
||||
local timezone="${12}"
|
||||
local bitsPerPel=32
|
||||
|
||||
[[ "$driver" == "2k3" ]] && bitsPerPel=16
|
||||
|
||||
find "$target" -maxdepth 1 -type f -iname winnt.sif -delete || return 1
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user