diff --git a/ChangeLog b/ChangeLog index 64ef9675e..957e7c520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-03-01 Gordon Matzigkeit + * debian/rules (binary-arch): Properly install README.debian. + * acinclude.m4 (grub_OBJCOPY_ABSOLUTE): Don't forget to move the old binary out of the way before reentering the loop. (grub_ASM_ADDR32): Delete conftest files after running the test. diff --git a/debian/README.debian b/debian/README.debian index bb33313c6..2a3d2287f 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -12,7 +12,9 @@ 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. -GRUB can be found at - ftp://ftp.uruk.org/public/grub/ +NOTE: GRUB does not yet have an automatic installation program, 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 /lib/grub. Gordon Matzigkeit , Fri, 12 Feb 1999 00:41:23 -0600 diff --git a/debian/rules b/debian/rules index 4bf92cc07..67045eba5 100644 --- a/debian/rules +++ b/debian/rules @@ -46,6 +46,7 @@ binary-arch: checkroot build $(INSTALL_DATA) debian/changelog debian/tmp/usr/doc/grub/changelog.Debian gzip -f9 debian/tmp/usr/doc/grub/changelog.Debian $(INSTALL_DATA) debian/copyright debian/tmp/usr/doc/grub/ + $(INSTALL_DATA) debian/README.debian debian/tmp/usr/doc/grub/ dpkg-gencontrol chown -R root.root debian/tmp