Changeset 47 for devel/dploy-pxe/bin
- Timestamp:
- 04/16/08 14:30:06 (4 years ago)
- File:
-
- 1 edited
-
devel/dploy-pxe/bin/dploy-add2pxe (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/dploy-pxe/bin/dploy-add2pxe
r45 r47 1 1 #!/usr/bin/perl -w 2 # 2 # 3 3 # $Id$ 4 4 # … … 11 11 use File::Copy; 12 12 use File::Basename; 13 14 GetOptions("help|?|h" => \$opts{'h'}, 15 "mode|m=s" => \$opts{'mode'}, # Mode is MR or SD 16 "mac|m=s" => \$opts{'mac'}, # Mac address 17 "ip|i=s" => \$opts{'ip'}, # 18 "netmask|n=s" => \$opts{'mask'}, 19 "gw|g=s" => \$opts{'gw'}, 20 21 13 22 14 23 # Root of the PXE setup
Note: See TracChangeset
for help on using the changeset viewer.
