Merge changes from debian_version_0_5_93.

This commit is contained in:
gord 1999-11-03 17:14:57 +00:00
parent 8ab768e9d4
commit 61a9fc4684
5 changed files with 82 additions and 64 deletions

View file

@ -1,3 +1,15 @@
1999-11-03 Gordon Matzigkeit <gord@fig.org>
* util/mbchk.c (main): Move the version number inside the
parentheses since it is the GRUB package version, not just an
mbchk-specific version.
1999-10-30 Gordon Matzigkeit <gord@fig.org>
* debian/rules (binary-arch): Compress man pages.
Strip the grub shell.
Install examples.
1999-11-03 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* docs/tutorial.texi: Fix typos by ispell.

2
NEWS
View file

@ -27,7 +27,7 @@ New in 0.5.94:
* The command "install" can now patch a Stage 2 with a different
filename from "/boot/grub/menu.lst" even if a Stage 1.5 is used.
New in 0.5.93:
New in 0.5.93 - 1999-10-30:
* ELF format of FreeBSD kernel is supported.
* Support the partition ids for NetBSD and OpenBSD.
* Exit from the grub shell just by pushing the key `q' in the menu.

17
debian/changelog vendored
View file

@ -2,11 +2,18 @@ grub (0.5.94) unstable; urgency=low
grub (0.5.93) unstable; urgency=low
* Updated example configurations. (fixes:bug#42136)
* Highlight color set correctly when editing. (fixes:bug#42549)
* dpkg-shlibdeps called on /usr/sbin/grub. (fixes:bug#42704)
* Properly install Texinfo documentation. (fixes:bug#42705,bug#42919)
* Update file locations in README.Debian. (fixes:bug#42834)
* Updated example configurations. (closes:bug#42136)
* Highlight color set correctly when editing. (closes:bug#42549)
* dpkg-shlibdeps called on /usr/sbin/grub. (closes:bug#42704)
* Properly install Texinfo documentation. (closes:bug#42705,bug#42919)
(closes:bug#43080,bug#45150)
* Update file locations in README.debian. (closes:bug#42834)
* Upstream fixes for new binutils assembler syntax. (closes:bug#47946)
* FAT32 support. (closes:bug#47970)
* Password option fixed. (closes:bug#43798)
* Sample menu.lst included in doc directory. (closes:bug#47181)
-- Gordon Matzigkeit <gord@debian.org> Sat, 30 Oct 1999 09:59:09 -0600
grub (0.5.92) unstable; urgency=low

7
debian/rules vendored
View file

@ -35,11 +35,10 @@ binary-arch: checkroot build
## install files
dir=`cd debian/tmp && pwd` && make install DESTDIR=$$dir
gzip -f9 debian/tmp/usr/info/*
gzip -f9 debian/tmp/usr/info/* debian/tmp/usr/man/man8/*
strip -s debian/tmp/usr/sbin/*
$(INSTALL_DATA) TODO debian/tmp/usr/doc/grub/
$(INSTALL_DATA) BUGS debian/tmp/usr/doc/grub/
$(INSTALL_DATA) NEWS debian/tmp/usr/doc/grub/
$(INSTALL_DATA) TODO BUGS NEWS docs/menu.lst debian/tmp/usr/doc/grub/
$(INSTALL_DATA) ChangeLog debian/tmp/usr/doc/grub/changelog
gzip -f9 debian/tmp/usr/doc/grub/changelog

View file

@ -49,7 +49,7 @@ that you can specify a drive/partition. See this example:
This means the first floppy disk drive. GRUB requires that the device
name is enclosed with @samp{(} and @samp{)}. The number @samp{0} is the
drive number, which is counted from @emph{zero}. In this case, GRUB uses
the whole of the floppy disk.
the whole floppy disk.
@example
(hd0,1)
@ -60,7 +60,7 @@ integer @samp{0} indicates the drive number, that is, the first hard
disk, while the second integer @samp{1} indicates the partition number
(or the @sc{pc} slice number in the BSD terminology). Note that the
partition numbers are counted from @emph{zero} but not from one. In this
case, GRUB uses the partition of the disk instead of the whole of the
case, GRUB uses the partition of the disk instead of the whole
disk.
@example
@ -101,7 +101,7 @@ Now the question is how to specify a file. Again, see this example:
This specifies the file whose name is @samp{vmlinuz} on the first
partition of the first hard disk drive. Isn't that easy? All you should
do is type the absolute filename. If you are tired of typing the
whole of the filename, press the @key{TAB} key. @kbd{@key{TAB}}
whole filename, press the @key{TAB} key. @kbd{@key{TAB}}
completes the filename if it is unique. Otherwise, it displays the list
of the candidates.