Paul Bolle
2011-Jan-12 09:13 UTC
[syslinux] [PATCH] Describe the --directory option more precisely
Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- syslinux accepts a --directory (or -d) option. As far as I can see this option only affects the installation location of the ldlinux.sys file. (It also affects the boot sector that syslinux generates, but that is not something user visible.) Currently man/syslinux.1 talks about the "SYSLINUX control files". That is not entirely 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 subdirectory with the +Install the ldlinux.sys file in a subdirectory with the specified name (relative to the root directory on the device). .TP \fB\-t\fP, \fB\-\-offset\fP \fIoffset\fP -- 1.7.3.4
Ferenc Wagner
2011-Jan-12 10:48 UTC
[syslinux] [PATCH] Describe the --directory option more precisely
Paul Bolle <pebolle at tiscali.nl> writes:> syslinux accepts a --directory (or -d) option. As far as I can see this > option only affects the installation location of the ldlinux.sys file. > (It also affects the boot sector that syslinux generates, but that is > not something user visible.)And the "current directory" as well after Syslinux startup. There's quite some confusion in the first part of doc/syslinux.txt (search for the word "directory") about what needs to be where. Some cleanup would be in order in that part, as it seems... -- Thanks, Feri.
Apparently Analagous Threads
- [PATCH] Documentation: introduce the working directory
- [PATCH v2] Documentation: introduce the working directory
- [PATCH] Correct outdated and incomplete mailing list info
- [PATCH 3/8] virtio: do not export "u16" and "u64" to userspace
- [PATCH 3/8] virtio: do not export "u16" and "u64" to userspace