Changeset 83898 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt
- Timestamp:
- Apr 21, 2020 3:32:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt
r77488 r83898 27 27 ------------------ 28 28 29 1. cd /root29 1. mkdir -p /opt/validationkit 30 30 2. scp/download VBoxValidationKit*.zip there. 31 31 3. unzip VBoxValidationKit*.zip 32 32 4. chmod -R u+w,a+x /opt/validationkit/ 33 33 5. cd /etc/init.d/ 34 6a. init.rc: Link up the right init script (see connection type above): 34 35 6 a) For init.rc distros: 36 Link up the right init script (see connection type above): 35 37 nat) ln -s ../../opt/validationkit/linux/vboxtxs-nat ./vboxtxs 36 38 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 39 6 b) Add vboxtxs to runlevels 2, 3, 5 and any other that makes sense 40 on the distro. There is usually some command for doing this, e.g. 41 update-rc.d vboxtxs defaults && update-rc.d vboxtxs enable 42 43 ... or ... 44 45 7 a) For systemd distros: Link/copy up the vboxtxs.system to [/usr]/lib/systemd/, e.g. 46 cp /opt/validationkit/linux/vboxtxs.service /etc/systemd/system 47 b) Enable the vboxtxs service via: 48 systemctl enable vboxtxs 49 50 For all distros again: 51 52 8a. Check the CD-ROM location (--cdrom <path>) in vboxtxs and fix it so it's correct, make sure 42 53 to update in svn as well. 43 8 a. optional: If no suitable CD-ROM location is available on the guest yet, do a:54 8b. Optional: If no suitable CD-ROM location is available on the guest yet, do a: 44 55 mkdir -p /media/cdrom; vi /etc/fstab 45 56 and enter this in /etc/fstab: 46 57 /dev/sr0<tab>/media/cdrom<tab>udf,iso9660<tab>user,noauto,exec,utf8<tab>0<tab>0 47 9. reboot / done. 58 9. Make sure that the package sources are still valid and up to date (apt / yum / ++) 59 10. reboot / done. 60 11. Do test. 48 61 49 62
Note:
See TracChangeset
for help on using the changeset viewer.