2010-07-29 Robert Millan <rmh@gnu.org>

* util/grub-probe.c (PRINT_FS_LABEL): New enum value.
	(probe): Handle `PRINT_FS_LABEL'.
	(main): Handle `-t fs_label'.
This commit is contained in:
Robert Millan 2010-07-29 18:46:42 +02:00
parent 9f841f5cbf
commit 0806b63c09
2 changed files with 20 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-07-29 Robert Millan <rmh@gnu.org>
* util/grub-probe.c (PRINT_FS_LABEL): New enum value.
(probe): Handle `PRINT_FS_LABEL'.
(main): Handle `-t fs_label'.
2010-07-29 Robert Millan <rmh@gnu.org>
* configure.ac: Remove grub-mkisofs checks.