- Timestamp:
- Nov 4, 2016 3:08:18 PM (8 years ago)
- Location:
- trunk/src/VBox/ValidationKit/docs
- Files:
-
- 2 edited
-
TestBoxImaging.txt (modified) (2 diffs)
-
testbox-maintenance.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/docs/TestBoxImaging.txt
r64524 r64578 135 135 MENU LABEL Maintenance (NFS) 136 136 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,ronfsvers=3 nfsrootdebug137 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 138 138 LABEL local-boot 139 139 LOCALBOOT … … 144 144 completed. 145 145 146 Note! We use ``ip=any`` and not ``ip=dhcp`` as the former seems to work more 147 reliably in our lab. 146 148 147 149 -
trunk/src/VBox/ValidationKit/docs/testbox-maintenance.sh
r64558 r64578 49 49 InfoMsg() 50 50 { 51 echo "testbox-maintenance.sh: debug:"$*;51 echo $*; 52 52 if test -n "${MY_LOG_FILE}"; then 53 53 echo "`date -uIsec`: ${MY_IP}: info:" $* >> ${MY_LOG_FILE}; … … 277 277 MY_SRC="/dev/${MY_DEV}" 278 278 MY_DST="${MY_BACKUP_DIR}/${MY_DEV}.gz" 279 if test -f "${MY_ SRC}"; then280 mv -f "${MY_ SRC}" "${MY_SRC}.old";279 if test -f "${MY_DST}"; then 280 mv -f "${MY_DST}" "${MY_DST}.old"; 281 281 fi 282 282 if test -b "${MY_SRC}"; then
Note:
See TracChangeset
for help on using the changeset viewer.

