VirtualBox

Ignore:
Timestamp:
Feb 27, 2019 1:29:38 PM (6 years ago)
Author:
vboxsync
Message:

Validation Kit/TestExecServ: Updated readme.txt with a few more hints wrt CD-ROM mounting on Linux guests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt

    r70438 r77488  
    2727------------------
    2828
    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.
     291.   cd /root
     302.   scp/download VBoxValidationKit*.zip there.
     313.   unzip VBoxValidationKit*.zip
     324.   chmod -R u+w,a+x /opt/validationkit/
     335.   cd /etc/init.d/
     346a.  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
     376b.  systemd: Link/copy up the vboxtxs.system to [/usr]/lib/systemd/.
     387a.  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...
     407b.  systemd: Enable the vboxtxs service.
     418a.  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.
     438a.  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
     479.   reboot / done.
    4448
    4549
     
    120124      nat)   python testdriver/tst-txsclient.py --reversed-setup
    121125      other) python testdriver/tst-txsclient.py --hostname <guest-ip>
    122 
    123 
    124 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette