Revision 6196f457 snf-image-helper/tasks/40FilesystemResizeMounted.in

b/snf-image-helper/tasks/40FilesystemResizeMounted.in
25 25
if [ "$ptype" = "ntfs" ]; then
26 26
    # Write a diskpart script to %SystemDrive%\Windows\SnfScripts. Sysprep will
27 27
    # try to execute this script during the specialize pass.
28
    mkdir -p "$SNF_IMAGE_TARGET/Windows/SnfScripts"
29 28
    cat > "$SNF_IMAGE_TARGET/Windows/SnfScripts/ExtendFilesystem" <<EOF
30 29
select disk 0
31 30
select volume $id

Also available in: Unified diff