Get ready for 0.5.91
This commit is contained in:
parent
3f99b1e9c0
commit
651a5cbd66
4 changed files with 15 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-03-13 Gordon Matzigkeit <gord@trick.fig.org>
|
||||
|
||||
* debian/rules: Make sure info files end up in /usr/info, not
|
||||
/info.
|
||||
|
||||
1999-03-10 Gordon Matzigkeit <gord@trick.fig.org>
|
||||
|
||||
* shared_src/asm.S (biosdisk): Make LBA mode work correctly. From
|
||||
|
|
8
debian/README.debian
vendored
8
debian/README.debian
vendored
|
@ -10,11 +10,11 @@ Hurd).
|
|||
One unique featue of GRUB is that it can understand filesystems at
|
||||
boot time, rather than just simple blocklists. Hence, you can load
|
||||
any kernel in the file system from the boot prompt without having to
|
||||
edit any configuration files or run a special installation program.
|
||||
edit configuration files or rerun a special installation program.
|
||||
|
||||
NOTE: GRUB does not yet have an automatic installation program, but
|
||||
NOTE: GRUB does not yet have a simple installation mechanism, but
|
||||
we're working on this, so please don't report it as a bug. Until
|
||||
then, read the documentation (starting with docs/grub.html or
|
||||
docs/install.html), and use the binary files in /share/grub.
|
||||
docs/install.html), and use the binary files in /usr/share/grub.
|
||||
|
||||
Gordon Matzigkeit <gord@debian.org>, Fri, 12 Feb 1999 00:41:23 -0600
|
||||
Gordon Matzigkeit <gord@debian.org>, Sat, 13 Mar 1999 17:30:29 -0600
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,9 +1,11 @@
|
|||
grub (0.5.91) unstable; urgency=low
|
||||
|
||||
* Added support for LBA mode and AWARD/AMI hard disk BIOS extensions.
|
||||
* Added support for LBA mode and preliminary AWARD/AMI hard disk BIOS
|
||||
extensions.
|
||||
* GRUB data now installed in /share/grub/$(host_cpu)-$(host_vendor).
|
||||
* Preliminary Texinfo documentation.
|
||||
|
||||
--
|
||||
-- Gordon Matzigkeit <gord@debian.org> Sat, 13 Mar 1999 17:37:25 -0600
|
||||
|
||||
grub (0.5.90) unstable; urgency=low
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -37,6 +37,8 @@ binary-arch: checkroot build
|
|||
dir=`cd debian/tmp && pwd` && make install DESTDIR=$$dir
|
||||
-rmdir debian/tmp/sbin
|
||||
|
||||
mv debian/tmp/info debian/tmp/usr/info
|
||||
|
||||
cp -r docs debian/tmp/usr/doc/grub/
|
||||
$(INSTALL_DATA) NEWS debian/tmp/usr/doc/grub/docs/
|
||||
rm -f debian/tmp/usr/doc/grub/docs/COPYING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue