VirtualBox

Ignore:
Timestamp:
Apr 21, 2020 3:32:13 PM (5 years ago)
Author:
vboxsync
Message:

ValidationKit/vboxtxs-readme.txt: Some fixes / clarifications for Linux VMs.

File:
1 edited

Legend:

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

    r77488 r83898  
    2727------------------
    2828
    29 1.   cd /root
     291.   mkdir -p /opt/validationkit
    30302.   scp/download VBoxValidationKit*.zip there.
    31313.   unzip VBoxValidationKit*.zip
    32324.   chmod -R u+w,a+x /opt/validationkit/
    33335.   cd /etc/init.d/
    34 6a.  init.rc: Link up the right init script (see connection type above):
     34
     356 a) For init.rc distros:
     36     Link up the right init script (see connection type above):
    3537       nat)   ln -s ../../opt/validationkit/linux/vboxtxs-nat ./vboxtxs
    3638       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
     396 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
     457 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
     528a.  Check the CD-ROM location (--cdrom <path>) in vboxtxs and fix it so it's correct, make sure
    4253     to update in svn as well.
    43 8a.  optional: If no suitable CD-ROM location is available on the guest yet, do a:
     548b.  Optional: If no suitable CD-ROM location is available on the guest yet, do a:
    4455    mkdir -p /media/cdrom; vi /etc/fstab
    4556     and enter this in /etc/fstab:
    4657    /dev/sr0<tab>/media/cdrom<tab>udf,iso9660<tab>user,noauto,exec,utf8<tab>0<tab>0
    47 9.   reboot / done.
     589.   Make sure that the package sources are still valid and up to date (apt / yum / ++)
     5910.  reboot / done.
     6011.  Do test.
    4861
    4962
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