mirror of
git://git.git.savannah.gnu.org/grub.git
synced 2026-09-01 02:34:49 +00:00
Get ready for 0.5.91
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+4
-4
@@ -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
|
||||
|
||||
Vendored
+4
-2
@@ -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
|
||||
|
||||
|
||||
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user