Changeset 221
- Timestamp:
- 03/02/07 15:58:36 (2 years ago)
- Files:
-
- trunk/client/revimage/autorestore/revoinc (modified) (1 diff)
- trunk/client/revimage/autorestore/revoinv (modified) (1 diff)
- trunk/client/revimage/autorestore/revosendlog (modified) (1 diff)
- trunk/client/revimage/autorestore/revosetdefault (modified) (1 diff)
- trunk/client/revimage/mount/mount.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/revimage/autorestore/revoinc
r152 r221 9 9 SRV=$Next_server 10 10 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1` 11 [ -z "$SRV" ] && exit 1 11 12 12 13 echo "*** Checking that the server is reachable (4 pings) ***" trunk/client/revimage/autorestore/revoinv
r112 r221 15 15 SRV=$Next_server 16 16 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1` 17 [ -z "$SRV" ] && exit 1 17 18 fi 18 19 trunk/client/revimage/autorestore/revosendlog
r39 r221 7 7 SRV=$Next_server 8 8 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1` 9 10 [ -z "$SRV" ] && exit 1 9 11 10 12 if [ "$1" = "2" -o "$1" = "3" -o "$1" = "4" -o "$1" = "5" ] trunk/client/revimage/autorestore/revosetdefault
r12 r221 10 10 [ -n "$Option_177" ] && SRV=`echo $Option_177|cut -d : -f 1` 11 11 12 [ -z "$SRV" ] && exit 1 13 12 14 echo -en "\315\00$1Mc:$MAC" | nc -p 1001 -w 1 $SRV 1001 trunk/client/revimage/mount/mount.sh
r197 r221 7 7 8 8 TYPE=nfs 9 10 9 . /etc/netinfo.sh 11 10 11 # CDROM restoration: already mounted 12 grep -q revosavedir=/cdrom /etc/cmdline && exit 0 13 14 # Other restoration types 12 15 SRV=$Next_server 13 16 PREFIX=`echo $Boot_file|sed 's/\/bin\/revoboot.pxe//'`
