Changeset 84875 in vbox for trunk/src/VBox/Main/UnattendedTemplates
- Timestamp:
- Jun 19, 2020 5:45:20 AM (5 years ago)
- Location:
- trunk/src/VBox/Main/UnattendedTemplates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh
r82968 r84875 31 31 MY_DEBUG="" # "yes" 32 32 33 @@VBOX_COND_HAS_PROXY@@ 34 PROXY="@@VBOX_INSERT_PROXY@@" 35 export http_proxy="${PROXY}" 36 export https_proxy="${PROXY}" 37 echo "HTTP proxy is ${http_proxy}" | tee -a "${MY_LOGFILE}" 38 echo "HTTPS proxy is ${https_proxy}" | tee -a "${MY_LOGFILE}" 39 @@VBOX_COND_END@@ 33 40 34 41 # -
trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
r82968 r84875 29 29 MY_DEBUG="" # "yes" 30 30 31 @@VBOX_COND_HAS_PROXY@@ 32 PROXY="@@VBOX_INSERT_PROXY@@" 33 export http_proxy="${PROXY}" 34 export https_proxy="${PROXY}" 35 echo "HTTP proxy is ${http_proxy}" | tee -a "${MY_LOGFILE}" 36 echo "HTTPS proxy is ${https_proxy}" | tee -a "${MY_LOGFILE}" 37 @@VBOX_COND_END@@ 31 38 32 39 # -
trunk/src/VBox/Main/UnattendedTemplates/win_postinstall.cmd
r82968 r84875 30 30 echo *** Environment END >> %MY_LOG_FILE% 31 31 32 @@VBOX_COND_HAS_PROXY@@ 33 set PROXY=@@VBOX_INSERT_PROXY@@ 34 set HTTP_PROXY=%PROXY% 35 set HTTPS_PROXY=%PROXY% 36 echo HTTP proxy is %HTTP_PROXY% >> %MY_LOG_FILE% 37 echo HTTPS proxy is %HTTPS_PROXY% >> %MY_LOG_FILE% 38 @@VBOX_COND_END@@ 32 39 33 40 @@VBOX_COND_IS_INSTALLING_ADDITIONS@@
Note:
See TracChangeset
for help on using the changeset viewer.