Skip to content

Commit

Permalink
fix: Convert line endings (dockur#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Feb 16, 2024
1 parent 132157e commit 7e970a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@ prepareXP() {
[[ "${arch,,}" == "amd64" ]] && key="B66VY-4D94T-TPPD4-43F72-8X4FY"

local sif="$target/WINNT.SIF"
{ echo "[Data]"

{ echo "[Data]"
echo "AutoPartition=1"
echo "MsDosInitiated=\"0\""
echo "UnattendedInstall=\"Yes\""
Expand Down Expand Up @@ -850,7 +851,7 @@ prepareXP() {
echo ""
echo "[TerminalServices]"
echo "AllowConnections=1"
} > "$sif"
} | unix2dos > "$sif"

return 0
}
Expand Down

0 comments on commit 7e970a8

Please sign in to comment.