Displaying 3 results from an estimated 3 matches for "configfilenam".
Did you mean:
configfilename
2002 Aug 14
0
re: using mac-addr for selecting configfile now working
...51 2002
+++ ./pxelinux.asm Wed Aug 14 10:05:00 2002
@@ -17,6 +17,11 @@
; version; incorporated herein by reference.
;
;
****************************************************************************
+; modified by Hans-Werner Jouy (hans-werner.jouy at hamburglb.de) to use
+; the macaddr aus configfilename, only try full maccaddr, then vendor part
+; (first 3 byte), then defaultfilename: dirty hack, USE AT YOUR OWN RISK
+; but free or better try to integrate into stable release
+;
****************************************************************************
%define IS_PXELINUX 1
%include "ma...
2004 Jan 25
1
Samba] Samba3 Printer drivers installation
...ot;, or a list of additional
driver files *separated by commas*. All this 8 fields must be filled in,
none may be empty (in which case the "NULL" needs to go in), and they need
to be filled in in the correct order. The correct order is this:
LongDriverName:DriverFileName:DataFileName:ConfigFileName:HelpFileName:LanguageMonitorName:DefaultDataType:Comma-Separated-list-of-Files
The LanguageMonitorName field should contain "NULL". The DefaultDataType
for Samba and NT72K/XP clients is "RAW". To find out which files are which
type, use one of these commands to query an existi...
2010 Jun 30
2
[PATCH] chain.c32: add menu support to grub loader
Allow the grub loader to (optionally) support using a GRUB menu file.
For example
chain fs grub=stage2,grub.conf
will load GRUB's stage2 and pass the (absolute) path to the file
"grub.conf" in the Syslinux filesystem to GRUB's stage2. The path is
passed to stage2 in GRUB's device/partition syntax (eg, "(hd0,1)/foo").
Note that we don't check whether the