Change windows mount path
This commit is contained in:
parent
78128558c9
commit
31410f3095
|
@ -7,7 +7,7 @@ begin
|
|||
set -l buildDir "$(status dirname)/build"
|
||||
set -l cacheDir ~/.cache/winiso-valhalla
|
||||
set -l isoFile "$buildDir/win.iso"
|
||||
set -l winPath "/media/wininstall"
|
||||
set -l winPath "/media/win"
|
||||
set -l bootPath "/media/boot"
|
||||
set -l dataPath "/media/data"
|
||||
set -l winpeOverlay (mktemp -d)
|
||||
|
|
Loading…
Reference in a new issue