added log messages
to show what is executing when
This commit is contained in:
parent
ee457f1fcc
commit
767fb87acd
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
printf "WINDOWS_INIT: Executing iso.sh\n"
|
||||||
src/iso.sh
|
src/iso.sh
|
||||||
|
|
||||||
|
printf "WINDOWS_INIT: Executing vm.sh\n"
|
||||||
sudo src/vm.sh
|
sudo src/vm.sh
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
printf "WINDOWS_INIT: Executing extract_iso.sh\n"
|
||||||
src/extract_iso.sh
|
src/extract_iso.sh
|
||||||
EXTRACT="win/"
|
EXTRACT="win/"
|
||||||
|
|
||||||
|
printf "WINDOWS_INIT: Executing bootsect.sh\n"
|
||||||
src/bootsect.sh
|
src/bootsect.sh
|
||||||
|
|
||||||
# add answerfile
|
# add answerfile
|
||||||
|
|
Loading…
Reference in a new issue