Don't forget README.debian.
This commit is contained in:
parent
5cb4326ac5
commit
17b6dcd892
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
1999-03-01 Gordon Matzigkeit <gord@trick.fig.org>
|
1999-03-01 Gordon Matzigkeit <gord@trick.fig.org>
|
||||||
|
|
||||||
|
* debian/rules (binary-arch): Properly install README.debian.
|
||||||
|
|
||||||
* acinclude.m4 (grub_OBJCOPY_ABSOLUTE): Don't forget to move the
|
* acinclude.m4 (grub_OBJCOPY_ABSOLUTE): Don't forget to move the
|
||||||
old binary out of the way before reentering the loop.
|
old binary out of the way before reentering the loop.
|
||||||
(grub_ASM_ADDR32): Delete conftest files after running the test.
|
(grub_ASM_ADDR32): Delete conftest files after running the test.
|
||||||
|
|
6
debian/README.debian
vendored
6
debian/README.debian
vendored
|
@ -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
|
any kernel in the file system from the boot prompt without having to
|
||||||
edit any configuration files or run a special installation program.
|
edit any configuration files or run a special installation program.
|
||||||
|
|
||||||
GRUB can be found at
|
NOTE: GRUB does not yet have an automatic installation program, but
|
||||||
ftp://ftp.uruk.org/public/grub/
|
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 <gord@debian.org>, Fri, 12 Feb 1999 00:41:23 -0600
|
Gordon Matzigkeit <gord@debian.org>, Fri, 12 Feb 1999 00:41:23 -0600
|
||||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -46,6 +46,7 @@ binary-arch: checkroot build
|
||||||
$(INSTALL_DATA) debian/changelog debian/tmp/usr/doc/grub/changelog.Debian
|
$(INSTALL_DATA) debian/changelog debian/tmp/usr/doc/grub/changelog.Debian
|
||||||
gzip -f9 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/copyright debian/tmp/usr/doc/grub/
|
||||||
|
$(INSTALL_DATA) debian/README.debian debian/tmp/usr/doc/grub/
|
||||||
|
|
||||||
dpkg-gencontrol
|
dpkg-gencontrol
|
||||||
chown -R root.root debian/tmp
|
chown -R root.root debian/tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue