search for: liezhi

Displaying 20 results from an estimated 21 matches for "liezhi".

2014 Nov 24
6
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
The build would be failed and exit if build-gnu-efi.sh is failed, so we'd better not suppress the output of build-gnu-efi.sh, which is good for debugging. Signed-off-by: Robert Yang <liezhi.yang at windriver.com> --- efi/check-gnu-efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh index 85305f8..7d99e9a 100755 --- a/efi/check-gnu-efi.sh +++ b/efi/check-gnu-efi.sh @@ -25,7 +25,7 @@ if [ ! \( -f "$objdir/includ...
2015 Jan 25
0
release cycle 6.04
...Correct typos. Improve format for asciidoc-to-manpage conversion. Wrap text. Correct info. Help phase-out deprecated and/or conflicting options. Signed-off-by: Gene Cumm <gene.cumm at gmail.com> commit 8ca85bbbcd82ec14c388946ecda4e8d061d7bf39 Author: Robert Yang <liezhi.yang at windriver.com> Date: Tue Dec 23 12:45:25 2014 -0500 check-gnu-efi.sh: print the output of build-gnu-efi.sh The build would be failed and exit if build-gnu-efi.sh is failed, so we'd better not suppress the output of build-gnu-efi.sh, which is good for debugging...
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
...e `image/usr/share/syslinux/com32/include/serial.h': No such file or directory The cp is happened in the "libupload" dir, while "rm -fr" is happend in "lib" dir, let "libupload" depend "lib" will fix the problem. Signed-off-by: Robert Yang <liezhi.yang at windriver.com> --- com32/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/Makefile b/com32/Makefile index 754c915..abf5749 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -21,3 +21,4 @@ rosh: lib libutil samples: libutil elflink/ldlinux sysdump: lib libutil li...
2014 Dec 22
0
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
On Mon, Nov 24, 2014 at 2:36 AM, Robert Yang <liezhi.yang at windriver.com> wrote: > The build would be failed and exit if build-gnu-efi.sh is failed, so > we'd better not suppress the output of build-gnu-efi.sh, which is good > for debugging. > > Signed-off-by: Robert Yang <liezhi.yang at windriver.com> > --- > efi...
2014 Dec 24
0
[PATCH 8/8] libinstaller/syslxopt.c: update the help text.
We support both device and directory as the target now. Signed-off-by: Robert Yang <liezhi.yang at windriver.com> --- libinstaller/syslxopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libinstaller/syslxopt.c b/libinstaller/syslxopt.c index 3fc5519..d06719f 100644 --- a/libinstaller/syslxopt.c +++ b/libinstaller/syslxopt.c @@ -88,7 +88,7 @@ void __attribute__...
2014 Dec 24
14
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
Hello syslinux, Merry Christmas! These patches will make extlinux work with umounted ext2/3/4 filesystem, for example: $ extlinux -i /dev/sdXN or $ extlinux -i file_block Also it can work with something like: $ extlinux /dev/sdXN --reset-adv or $ extlinux file_block --reset-adv We don't use a new option (I planed to use "-d" but it is already in use), it will check whether the
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
Hello, Happy New Year! These patches make syslinux/linux support ext2/3/4, and it doesn't require the root privilege, I'd like to add a separate e2fs/syslinux, if that is more appropriate, it should be easy to do that. I put these patches on github so that you can easily get them in case you'd like to test them. (The repo's name is sys_tmp, which avoids confusing others, I will
2014 Nov 20
4
It the git server down ?
Hello, I'm a newbie here, I found the git server from: http://www.syslinux.org/wiki/index.php/Development And the web said: git clone git://git.zytor.com/syslinux/syslinux.git But it didn't work: Cloning into 'syslinux'... fatal: remote error: access denied or repository not exported: /syslinux/syslinux.git There is another git server on git.kernel.org and it works:
2014 Nov 25
0
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
> The build would be failed and exit if build-gnu-efi.sh is failed, so > we'd better not suppress the output of build-gnu-efi.sh, which is good > for debugging. > > Signed-off-by: Robert Yang <liezhi.yang at windriver.com> > --- > efi/check-gnu-efi.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh > index 85305f8..7d99e9a 100755 > --- a/efi/check-gnu-efi.sh > +++ b/efi/check-gnu-efi.sh > @@ -25...
2014 Nov 25
1
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
On 11/25/2014 10:45 AM, Ady wrote: > >> The build would be failed and exit if build-gnu-efi.sh is failed, so >> we'd better not suppress the output of build-gnu-efi.sh, which is good >> for debugging. >> >> Signed-off-by: Robert Yang <liezhi.yang at windriver.com> >> --- >> efi/check-gnu-efi.sh | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh >> index 85305f8..7d99e9a 100755 >> --- a/efi/check-gnu-efi.sh >> +++ b...
2014 Dec 24
0
[PATCH 1/8] extlinux/main.c: support unmounted ext2/3/4 filesystem
...to read and write the file. * It will be used when the target is a extX device or file block, and work as before when the target is a directory. * It will be used for both modifing the existing adv when update_only == -1, and install the files to the filesystem. Signed-off-by: Robert Yang <liezhi.yang at windriver.com> --- extlinux/Makefile | 2 +- extlinux/main.c | 96 ++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 67 insertions(+), 31 deletions(-) diff --git a/extlinux/Makefile b/extlinux/Makefile index 02d1db5..f7035c7 100644 --- a/extlinux/Makefile +++...
2014 Nov 21
0
It the git server down ?
Thank you very much all, got it. // Robert On 11/21/2014 07:37 AM, H. Peter Anvin wrote: > On 11/20/2014 04:46 AM, Ady wrote: >> >> Patches are welcome here. >> >> Both repositories are official, but they are sometimes not fully >> synchronized during development periods between stable releases. >> >> Currently the zytor git repo is down (and has been
2014 Dec 22
0
trouble building at efi/check-gnu-efi.sh
On 12/22/2014 04:32 PM, Geert Stappers wrote: > On Mon, Dec 22, 2014 at 12:18:56AM +0100, Geert Stappers wrote: >> On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote: >>> sudo apt-get install build-essential >>> sudo apt-get build-dep gcc-multilib >>> sudo apt-get install gcc-multilib nasm uuid-dev >>> >>> $ make spotless
2014 Nov 21
3
[RFC] make extlinux work without mount the filesystem
Hello syslinux, I'm a newbie to extlinux, and I'm a developer from yocto project (an embedded linux project). The device or filesystem must be mounted before we can install the bootsector to the device if I understand correctly, for example: $ mount /dev/sdcX /tmp/mnt $ extlinux -i /tmp/mnt Usually, the mount command requires the root privilage, we may not have the root privilage when
2015 Jan 06
3
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:16 AM, H. Peter Anvin wrote: > On 01/05/2015 04:14 PM, Robert Yang wrote: >> >> On 01/06/2015 08:04 AM, H. Peter Anvin wrote: >>> On 01/01/2015 09:05 PM, Robert Yang wrote: >>>> Hello, >>>> >>>> Happy New Year! >>>> >>>> These patches make syslinux/linux support ext2/3/4, and it doesn't
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:04 AM, H. Peter Anvin wrote: > On 01/01/2015 09:05 PM, Robert Yang wrote: >> Hello, >> >> Happy New Year! >> >> These patches make syslinux/linux support ext2/3/4, and it doesn't >> require the root privilege, I'd like to add a separate e2fs/syslinux, if >> that is more appropriate, it should be easy to do that. >>
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/07/2015 03:47 AM, H. Peter Anvin wrote: > On 01/05/2015 07:20 PM, Robert Yang wrote: >> >> Hello, >> >> After more investigations, I'm a little worried about add the extX support >> to mtools/syslinux: >> 1) Its name is mtools/syslinux, can't express the libext2fs. > > Renaming it is not a problem. Do you have any suggestion about the new
2015 Jan 08
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/08/2015 09:19 AM, Ady wrote: > >> On 01/06/2015 02:28 PM, Robert Yang wrote: >>> >>> >>> On 01/07/2015 03:47 AM, H. Peter Anvin wrote: >>>> On 01/05/2015 07:20 PM, Robert Yang wrote: >>>>> >>>>> Hello, >>>>> >>>>> After more investigations, I'm a little worried about add the extX
2014 Nov 21
2
[RFC] make extlinux work without mount the filesystem
On 11/21/2014 02:33 PM, H. Peter Anvin wrote: > On 11/20/2014 10:21 PM, Robert Yang wrote: >> >> which can copy files into test.img without mount it, for example: >> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img >> >> I'd like to make extlinux can work without mount the filesystem (use >> libext2fs), is it possible for extlinux, please ? And is such
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 04:33 AM, H. Peter Anvin wrote: > On 12/24/2014 12:16 AM, Robert Yang wrote: >> Hello syslinux, >> >> Merry Christmas! These patches will make extlinux work with umounted >> ext2/3/4 filesystem, for example: >> >> $ extlinux -i /dev/sdXN >> or >> $ extlinux -i file_block >> >> Also it can work with something like: