Displaying 1 result from an estimated 1 matches for "etherdir".
Did you mean:
otherdir
2009 Oct 06
1
[patch] PXE-On-A-Disk: etherboot2ethersel.pl patched for etherboot-5.4.3+dfgs
...switch. This switch replaces the
need to edit the script in order to produce debugging information by a
command line switch.
--- etherboot2ethersel.pl.orig 2009-10-06 07:46:08.000000000 +0100
+++ etherboot2ethersel.pl.patched 2009-10-06 10:57:40.000000000
+0100
@@ -59,17 +59,20 @@
my $etherdir;
my $outdir;
+my $debug;
-# This really tests for 2 arguments.
# Perl array counts always return 1 less than reality. *shrug*
-if ($#ARGV != 1)
+if (!($#ARGV == 1 || $#ARGV == 2 && $ARGV[0] eq "-d"))
{
- print "Usage: $0 <etherboot-bin-dir> <output-dir...