VirtualBox

Changeset 64578 in vbox for trunk


Ignore:
Timestamp:
Nov 4, 2016 3:08:18 PM (8 years ago)
Author:
vboxsync
Message:

duh

Location:
trunk/src/VBox/ValidationKit/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/docs/TestBoxImaging.txt

    r64524 r64578  
    135135    MENU LABEL Maintenance (NFS)
    136136    KERNEL maintenance-boot/vmlinuz-3.16.0-4-amd64
    137     APPEND initrd=maintenance-boot/initrd.img-3.16.0-4-amd64 testbox-action-backup ro ip=dhcp aufs=tmpfs boot=nfs root=/dev/nfs nfsroot=10.42.1.1:/export/testbox-nfsroot,ro nfsvers=3 nfsrootdebug
     137    APPEND initrd=maintenance-boot/initrd.img-3.16.0-4-amd64 testbox-action-backup ro ip=any aufs=tmpfs boot=nfs root=/dev/nfs nfsroot=10.42.1.1:/export/testbox-nfsroot,ro,tcp nfsvers=3 nfsrootdebug
    138138  LABEL local-boot
    139139  LOCALBOOT
     
    144144completed.
    145145
     146Note! We use ``ip=any`` and not ``ip=dhcp`` as the former seems to work more
     147      reliably in our lab.
    146148
    147149
  • trunk/src/VBox/ValidationKit/docs/testbox-maintenance.sh

    r64558 r64578  
    4949InfoMsg()
    5050{
    51     echo "testbox-maintenance.sh: debug:" $*;
     51    echo $*;
    5252    if test -n "${MY_LOG_FILE}"; then
    5353        echo "`date -uIsec`: ${MY_IP}: info:" $* >> ${MY_LOG_FILE};
     
    277277            MY_SRC="/dev/${MY_DEV}"
    278278            MY_DST="${MY_BACKUP_DIR}/${MY_DEV}.gz"
    279             if test -f "${MY_SRC}"; then
    280                 mv -f "${MY_SRC}" "${MY_SRC}.old";
     279            if test -f "${MY_DST}"; then
     280                mv -f "${MY_DST}" "${MY_DST}.old";
    281281            fi
    282282            if test -b "${MY_SRC}"; then
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