Vanush Misha Paturyan
2012-Oct-16 16:19 UTC
[syslinux] [PATCH] minor documentation updates (4.06-pre14)
syslinux.txt: syslinux binary is in "linux" directory menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory --- doc/menu.txt | 2 +- doc/syslinux.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/menu.txt b/doc/menu.txt index 620527e..8a999cd 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -18,7 +18,7 @@ See menu/README for more information. +++ THE SIMPLE MENU SYSTEM +++ The simple menu system is a single module located at -com32/modules/vesamenu.c32 (graphical) or com32/modules/menu.c32 (text +com32/menu/vesamenu.c32 (graphical) or com32/menu/menu.c32 (text mode only). It uses the same configuration file as the regular Syslinux command line, and displays all the LABEL statements. diff --git a/doc/syslinux.txt b/doc/syslinux.txt index 07d5df9..033a1ec 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -100,7 +100,7 @@ directory on the disk. There are two versions of the Linux installer; one in the "mtools" directory which requires no special privilege (other than write permission to the device where you are installing) but requires the -mtools program suite to be available, and one in the "unix" directory +mtools program suite to be available, and one in the "linux" directory which requires root privilege. -- 1.7.3.4 -- Vanush "Misha" Paturyan Senior Technical Officer Room 1.37 Computer Science Department NUI Maynooth -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20121016/6f8d20dd/attachment.sig>
Matt Fleming
2012-Oct-16 19:10 UTC
[syslinux] [PATCH] minor documentation updates (4.06-pre14)
On Tue, 2012-10-16 at 17:19 +0100, Vanush Misha Paturyan wrote:> syslinux.txt: syslinux binary is in "linux" directory > menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory > > --- > doc/menu.txt | 2 +- > doc/syslinux.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/menu.txt b/doc/menu.txt > index 620527e..8a999cd 100644 > --- a/doc/menu.txt > +++ b/doc/menu.txt > @@ -18,7 +18,7 @@ See menu/README for more information. > +++ THE SIMPLE MENU SYSTEM +++ > > The simple menu system is a single module located at > -com32/modules/vesamenu.c32 (graphical) or com32/modules/menu.c32 (text > +com32/menu/vesamenu.c32 (graphical) or com32/menu/menu.c32 (text > mode only). It uses the same configuration file as the regular > Syslinux command line, and displays all the LABEL statements. > > diff --git a/doc/syslinux.txt b/doc/syslinux.txt > index 07d5df9..033a1ec 100644 > --- a/doc/syslinux.txt > +++ b/doc/syslinux.txt > @@ -100,7 +100,7 @@ directory on the disk. > There are two versions of the Linux installer; one in the "mtools" > directory which requires no special privilege (other than write > permission to the device where you are installing) but requires the > -mtools program suite to be available, and one in the "unix" directory > +mtools program suite to be available, and one in the "linux" directory > which requires root privilege. > > > -- > 1.7.3.4This patch doesn't apply, it appears to be whitespace damaged. Could you please resubmit it? -- Matt Fleming, Intel Open Source Technology Center
Vanush Misha Paturyan
2012-Oct-17 08:54 UTC
[syslinux] [PATCH RESUBMIT] minor documentation updates (4.06-pre14)
syslinux.txt: syslinux binary is in "linux" directory menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory --- doc/menu.txt | 2 +- doc/syslinux.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/menu.txt b/doc/menu.txt index 620527e..8a999cd 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -18,7 +18,7 @@ See menu/README for more information. +++ THE SIMPLE MENU SYSTEM +++ The simple menu system is a single module located at -com32/modules/vesamenu.c32 (graphical) or com32/modules/menu.c32 (text +com32/menu/vesamenu.c32 (graphical) or com32/menu/menu.c32 (text mode only). It uses the same configuration file as the regular Syslinux command line, and displays all the LABEL statements. diff --git a/doc/syslinux.txt b/doc/syslinux.txt index 07d5df9..033a1ec 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -100,7 +100,7 @@ directory on the disk. There are two versions of the Linux installer; one in the "mtools" directory which requires no special privilege (other than write permission to the device where you are installing) but requires the -mtools program suite to be available, and one in the "unix" directory +mtools program suite to be available, and one in the "linux" directory which requires root privilege. -- 1.7.3.4 -- Vanush "Misha" Paturyan Senior Technical Officer Room 1.37 Computer Science Department NUI Maynooth
Matt Fleming
2012-Oct-17 10:02 UTC
[syslinux] [PATCH RESUBMIT] minor documentation updates (4.06-pre14)
On Wed, 2012-10-17 at 09:54 +0100, Vanush Misha Paturyan wrote:> syslinux.txt: syslinux binary is in "linux" directory > menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory > > --- > > doc/menu.txt | 2 +- > doc/syslinux.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)Thanks, applied! -- Matt Fleming, Intel Open Source Technology Center