Re: grub-mkrescue: Make GRUB rescue image

2007-06-10 Thread Robert Millan
On Thu, Jun 07, 2007 at 09:45:47PM +0200, Robert Millan wrote: > > I'm attaching a small utility to generate a floppy or cdrom (based on floppy > emulation) rescue image, that takes all the hassle of generating the image and > doesn't need root permissions. > > If nobody objects, I'd like to put

help, configfile, pager and

2007-06-10 Thread adrian15
Here is a patch for some of the problems that I found in my miscelanea mails. More to come. :) adrian15 diff -urN grub2_2007_05_31_original/ChangeLog grub2_2007_05_31_small_fixes/ChangeLog --- grub2_2007_05_31_original/ChangeLog 2007-05-20 11:10:05.0 +0200 +++ grub2_2007_05_31_small_f

Re: patch to allow modelist for gfxterm

2007-06-10 Thread Vesa Jääskeläinen
[EMAIL PROTECTED] wrote: > I am on the road at the moment so this is not polished, but I would like > to get comments from you, how it works and what you think about > integrating it to cvs. > > Example: > > set gfxmode="1024x768;800x600;640x480" > > And when gfxterm is initialized it would firs

long mode

2007-06-10 Thread Constantine Kousoulos
Hi, Does Grub2 set up long mode when loading an elf64 image or do we have to do it manually if we need such a thing? Thanks, Constantine ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Some comments on grub2 on gutsy

2007-06-10 Thread shirish
Hi there, I just installed Grub2 yesterday which installed 2 other packages like :- aptitude show grub2 Package: grub2 State: installed Automatically installed: no Version: 1.95+20070604-1ubuntu1 Priority: extra Section: universe/admin Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTE

Re: Update for NTFS file system driver

2007-06-10 Thread Bean
On Sun, Jun 10, 2007 at 05:15:53PM +0200, Robert Millan wrote: > > I noticed that your patch isn't adding ntfs to the utils (grub-probe, etc). > > I'm attaching a fix for that. ChangeLog entries: > > * conf/powerpc-ieee1275.rmk: Add fs/ntfs.c to grub-probe and grub-emu. > > * conf/

Re: Update for NTFS file system driver

2007-06-10 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > I noticed that your patch isn't adding ntfs to the utils (grub-probe, etc). > > I'm attaching a fix for that. ChangeLog entries: > > * conf/powerpc-ieee1275.rmk: Add fs/ntfs.c to grub-probe and grub-emu. > > * conf/i386-efi.rmk: Likewise. Al

Re: Update for NTFS file system driver

2007-06-10 Thread Robert Millan
I noticed that your patch isn't adding ntfs to the utils (grub-probe, etc). I'm attaching a fix for that. ChangeLog entries: * conf/powerpc-ieee1275.rmk: Add fs/ntfs.c to grub-probe and grub-emu. * conf/i386-efi.rmk: Likewise. Also remove unused grub-setup definition.

Re: Update for NTFS file system driver

2007-06-10 Thread Bean
Ok, I reformat the patch, hopefully it will conform to standard. -- Bean <[EMAIL PROTECTED]> 2007-06-10 Bean <[EMAIL PROTECTED]> * conf/common.rmk (pkgdata_MODULES): Add ntfs.mod. * fs/ntfs.c: New file. * kern/misc.c (grub_utf16_to_utf8): Fix unicode conversi

Re: history of fsys_ntfs.c (Re: Update for NTFS file system driver)

2007-06-10 Thread Bean
On Sun, Jun 10, 2007 at 12:18:47PM +0200, Robert Millan wrote: > I had a look at that file, trying to trace its origin. As for the file > header, > it seems that Samuel Leo <[EMAIL PROTECTED]> wrote it. GRUB maintainers, do > we need to contact Samuel about this, or can we take the copyright as

history of fsys_ntfs.c (Re: Update for NTFS file system driver)

2007-06-10 Thread Robert Millan
On Sun, Jun 10, 2007 at 11:42:53AM +0800, Bean wrote: > > Did you write all the code yourself or did you use code from another > > project, like Linux or grub4dos or so? > > > > Yes, I write the code myself, which is based on the NTFS driver fsys_ntfs.c > in grub4dos. I had a look at that file,

Re: Update for NTFS file system driver

2007-06-10 Thread Marco Gerards
Thomas Schwinge <[EMAIL PROTECTED]> writes: > Hello! > > On Sun, Jun 10, 2007 at 09:57:44AM +0200, Marco Gerards wrote: >> Bean <[EMAIL PROTECTED]> writes: >> > On Sat, Jun 09, 2007 at 08:05:45PM +0200, Marco Gerards wrote: >> >> The normal procedure for patches is to make them consistent with the

Re: Update for NTFS file system driver

2007-06-10 Thread Thomas Schwinge
Hello! On Sun, Jun 10, 2007 at 09:57:44AM +0200, Marco Gerards wrote: > Bean <[EMAIL PROTECTED]> writes: > > On Sat, Jun 09, 2007 at 08:05:45PM +0200, Marco Gerards wrote: > >> The normal procedure for patches is to make them consistent with the > >> GCS (GNU Coding Standards), include a changelog

Re: Update for NTFS file system driver

2007-06-10 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Sat, Jun 09, 2007 at 08:05:45PM +0200, Marco Gerards wrote: >> >> The normal procedure for patches is to make them consistent with the >> GCS (GNU Coding Standards), include a changelog. That way it is >> easier to review the patch and to include it in GRUB 2