Changeset 77488 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Feb 27, 2019 1:29:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt
r70438 r77488 27 27 ------------------ 28 28 29 1. cd /root 30 2. scp/download VBoxValidationKit*.zip there. 31 3. unzip VBoxValidationKit*.zip 32 4. chmod -R u+w,a+x /opt/validationkit/ 33 5. cd /etc/init.d/ 34 6a. init.rc: Link up the right init script (see connection type above): 35 nat) ln -s ../../opt/validationkit/linux/vboxtxs-nat ./vboxtxs 36 other) ln -s ../../opt/validationkit/linux/vboxtxs ./vboxtxs 37 6b. systemd: Link/copy up the vboxtxs.system to [/usr]/lib/systemd/. 38 7a. init.rc: Add vboxtxs to runlevels 2, 3, 5 and any other that makes sense 39 on the distro. There is usually some command for doing this... 40 7b: systemd: Enable the vboxtxs service. 41 8. Check the cdrom location in vboxtxs and fix it so it's correct, make sure 42 to update in svn as well. 43 9. reboot / done. 29 1. cd /root 30 2. scp/download VBoxValidationKit*.zip there. 31 3. unzip VBoxValidationKit*.zip 32 4. chmod -R u+w,a+x /opt/validationkit/ 33 5. cd /etc/init.d/ 34 6a. init.rc: Link up the right init script (see connection type above): 35 nat) ln -s ../../opt/validationkit/linux/vboxtxs-nat ./vboxtxs 36 other) ln -s ../../opt/validationkit/linux/vboxtxs ./vboxtxs 37 6b. systemd: Link/copy up the vboxtxs.system to [/usr]/lib/systemd/. 38 7a. init.rc: Add vboxtxs to runlevels 2, 3, 5 and any other that makes sense 39 on the distro. There is usually some command for doing this... 40 7b. systemd: Enable the vboxtxs service. 41 8a. check the CD-ROM location (--cdrom <path>) in vboxtxs and fix it so it's correct, make sure 42 to update in svn as well. 43 8a. optional: If no suitable CD-ROM location is available on the guest yet, do a: 44 mkdir -p /media/cdrom; vi /etc/fstab 45 and enter this in /etc/fstab: 46 /dev/sr0<tab>/media/cdrom<tab>udf,iso9660<tab>user,noauto,exec,utf8<tab>0<tab>0 47 9. reboot / done. 44 48 45 49 … … 120 124 nat) python testdriver/tst-txsclient.py --reversed-setup 121 125 other) python testdriver/tst-txsclient.py --hostname <guest-ip> 122 123 124
Note:
See TracChangeset
for help on using the changeset viewer.