Changeset 72928 in vbox
- Timestamp:
- Jul 6, 2018 8:39:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/linux/setup-routines.sh
r67354 r72928 139 139 fi 140 140 } 141 142 os_final_message() { 143 cat <<EOF 144 145 Additional things to do:" 146 1. Check if the proxy settings are appropriate for reaching the test 147 manager host. Python does not support domain matches starting with ".". 148 149 For Debian and Ubuntu: check /etc/environment. 150 For EL: check /etc/profile and/or the files in /etc/profile.d/. 151 152 2. If the system should be doing RAM disk based testing, add the following 153 (or something similar, adapted to the system) to /etc/fstab: 154 155 tmpfs /var/tmp/testbox-1000 tmpfs defaults,size=16G 0 0 156 157 After making such adjustments, it's the easiest solution to reboot the testbox. 158 159 Enjoy! 160 EOF 161 } 162
Note:
See TracChangeset
for help on using the changeset viewer.