2002-05-20 Yoshinori K. Okuji <okuji@enbug.org>

* lib/device.c (read_device_map): Show an error message and exit
	abnormally, if MAP[DRIVE] has already been filled.
	* util/grub-install.in: If there is any dulicated entry, print
	an error message and exit abnormally.
This commit is contained in:
okuji 2002-05-20 11:48:03 +00:00
parent 2364cf3673
commit 58703b663c
3 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2002-05-20 Yoshinori K. Okuji <okuji@enbug.org>
* lib/device.c (read_device_map): Show an error message and exit
abnormally, if MAP[DRIVE] has already been filled.
* util/grub-install.in: If there is any dulicated entry, print
an error message and exit abnormally.
2002-05-20 Yoshinori K. Okuji <okuji@enbug.org>
* lib/device.c: Don't include linux/hdreg.h, linux/major.h,