Changeset 243
- Timestamp:
- 04/24/07 15:39:47 (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
r241 r243 14 14 # get the mac address 15 15 getmac() { 16 MAC=`cat /etc/ eth`16 MAC=`cat /etc/shortmac` 17 17 } 18 18
