search for: d08ab0f

Displaying 2 results from an estimated 2 matches for "d08ab0f".

2011 Jan 12
1
[PATCH] Describe the --directory option more precisely
...correct. It may even trick people into thinking this option does more than it actually does (ie, install configuration files, or modules in that directory too). man/syslinux.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/syslinux.1 b/man/syslinux.1 index af44979..d08ab0f 100644 --- a/man/syslinux.1 +++ b/man/syslinux.1 @@ -62,7 +62,7 @@ the boot sequence (usually the next hard disk) instead of stopping with an error message. This is useful for RAID-1 booting. .TP \fB\-d\fP, \fB\-\-directory\fP \fIsubdirectory\fP -Install the \s-1SYSLINUX\s+1 control files in a...
2011 Jan 12
1
[PATCH] Documentation: introduce the working directory
...a file in the LDLINUX.SYS working directory. Because neither Linux kernels, boot sector images, nor COMBOOT files have reliable magic numbers, Syslinux will look at the file extension. The following extensions are recognized (case insensitive): diff --git a/man/syslinux.1 b/man/syslinux.1 index d08ab0f..21efe12 100644 --- a/man/syslinux.1 +++ b/man/syslinux.1 @@ -31,8 +31,7 @@ locks are set, \fBsyslinux\fP will display a -style "boot:" prompt. The user can then type a kernel file name followed by any kernel parameters. The \s-1SYSLINUX\s+1 bootloader does not need to know about the k...