This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
directory : " /"
5
5
schedule :
6
6
interval : " daily"
7
- labels :
8
- - " dependencies"
9
7
- package-ecosystem : " gitsubmodule"
10
8
directory : " /"
11
9
schedule :
Original file line number Diff line number Diff line change 33
33
"winrm_insecure" : " true" ,
34
34
"headless" : " {{ user `headless` }}" ,
35
35
"output_directory" : " {{ user `name` }}-qemu" ,
36
- "shutdown_command" : " del C: \\ script.bat & A:\\ sysprep.bat" ,
36
+ "shutdown_command" : " A:\\ sysprep.bat" ,
37
37
"shutdown_timeout" : " 15m" ,
38
38
"accelerator" : " kvm" ,
39
39
"qemuargs" : [
71
71
"headless" : " {{ user `headless` }}" ,
72
72
"output_directory" : " {{ user `name` }}-virtualbox-iso" ,
73
73
"guest_additions_mode" : " attach" ,
74
- "shutdown_command" : " del C: \\ script.bat & A:\\ sysprep.bat" ,
74
+ "shutdown_command" : " A:\\ sysprep.bat" ,
75
75
"shutdown_timeout" : " 15m" ,
76
76
"hard_drive_interface" : " sata" ,
77
77
"disk_size" : " {{ user `disk_size` }}" ,
Original file line number Diff line number Diff line change
1
+ if exist C:\script.bat del C:\script.bat
2
+
1
3
mkdir %WINDIR% \Setup\Scripts
2
4
3
5
rem Disable password expiration for vagrant and Administrator users
Original file line number Diff line number Diff line change 36
36
"winrm_insecure" : " true" ,
37
37
"headless" : " {{ user `headless` }}" ,
38
38
"output_directory" : " {{ user `name` }}-qemu" ,
39
- "shutdown_command" : " del C: \\ script.bat & A:\\ sysprep.bat" ,
39
+ "shutdown_command" : " A:\\ sysprep.bat" ,
40
40
"shutdown_timeout" : " 15m" ,
41
41
"accelerator" : " kvm" ,
42
42
"qemuargs" : [
74
74
"headless" : " {{ user `headless` }}" ,
75
75
"output_directory" : " {{ user `name` }}-virtualbox-iso" ,
76
76
"guest_additions_mode" : " attach" ,
77
- "shutdown_command" : " del C: \\ script.bat & A:\\ sysprep.bat" ,
77
+ "shutdown_command" : " A:\\ sysprep.bat" ,
78
78
"shutdown_timeout" : " 15m" ,
79
79
"hard_drive_interface" : " sata" ,
80
80
"disk_size" : " {{ user `disk_size` }}" ,
You can’t perform that action at this time.
0 commit comments