Changeset 241
- Timestamp:
- 04/20/07 17:58:52 (2 years ago)
- Files:
-
- trunk/client/revimage/mount/mount-nfs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/revimage/mount/mount-nfs.sh
r190 r241 14 14 # get the mac address 15 15 getmac() { 16 MAC= $(ifconfig `cat /etc/eth`|grep HWaddr|sed 's/.*HWaddr //'|sed 's/[: ]//g')16 MAC=`cat /etc/eth` 17 17 } 18 18
