Hello! On Wed, 4 Dec 2002, Yoshinori K. Okuji wrote:
> At Mon, 2 Dec 2002 21:14:37 -0500 (EST), > Pavel Roskin wrote: > > grub> kernel (n > > Error 23: Error while parsing number > > Oops! I've fixed it right now. Not adding "d" after "n" is just a part of the problem. Maybe I wasn't clear. The completion for all disks (when pressing Tab on "d") includes "nd". Conversely, the completion for "nd" includes all disks in the system (floppy and hard drives). "nd" also appears in completions for hdN where N is a number. This was actually cut from the serial console. I'm using today's CVS version of grub. grub> root (fd Possible disks are: fd0 nd grub> root (nd Possible disks are: fd0 hd0 hd1 nd grub> root (hd Possible disks are: hd0 hd1 nd grub> root (hd0 Possible disks are: hd0 nd grub> root (hd0, Possible partitions are: Partition num: 0, Filesystem type is ext2fs, partition type 0x83 Partition num: 1, Filesystem type unknown, partition type 0x82 Anyway, I don't think this completion stuff should be delaying the release. > > The right solution would be to show an arrow if the entry doesn't fit. > > I've implemented that. That's just fine. Thank you! -- Regards, Pavel Roskin _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
