search for: fisubdirectory

Displaying 3 results from an estimated 3 matches for "fisubdirectory".

2011 Jan 12
1
[PATCH] Describe the --directory option more precisely
...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
2011 Jan 12
1
[PATCH] Documentation: introduce the working directory
...ry on the -disk. +required is that it is a file located in its working directory. .PP \fBSyslinux\fP supports the loading of initial ramdisks (initrd) and the bzImage kernel format. @@ -63,7 +62,8 @@ with an error message. This is useful for RAID-1 booting. .TP \fB\-d\fP, \fB\-\-directory\fP \fIsubdirectory\fP Install the ldlinux.sys file in a subdirectory with the -specified name (relative to the root directory on the device). +specified name (relative to the root directory on the device). ldlinux.sys +will then use this subdirectory as its working directory. .TP \fB\-t\fP, \fB\-\-offset\fP \fIoff...
2011 Jan 13
1
[PATCH v2] Documentation: introduce the working directory
...ng directory. .PP \fBSyslinux\fP supports the loading of initial ramdisks (initrd) and the bzImage kernel format. @@ -62,8 +61,9 @@ 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 -specified name (relative to the root directory on the device). +Install the ldlinux.sys file in a subdirectory with the +specified name (relative to the root directory on the device). ldlinux.sys +will then use this subdirec...