Displaying 1 result from an estimated 1 matches for "driverdosnam".
Did you mean:
driverdosname
2009 Oct 06
1
[patch] PXE-On-A-Disk: etherboot2ethersel.pl patched for etherboot-5.4.3+dfgs
...me =~ s/.*\///;
# filter out the prefix, up and including the last "/" character
+ }
+
# Neuter the driver's name to match
MS-DOS naming restrictions
$driverdosname = $drivername;
$driverdosname =~ tr/a-zA-Z0-9//cd;
# filter out non-alphanum chars
@@ -196,7 +204,7 @@
}
# Write PCI reference as SYSLINUX comment, to
be later parsed by ethersel...