2007-04-13 Fabian Greffrath <fabian.greffrath@web.de>

* util/grub.d/30_os-prober.in: New script. Use `os-prober' and
        `linux-boot-prober' (if installed) to detect other operating
        systems which are installed on the computer and add them to
        the boot menu.
        * conf/common.rmk: Build and install 30_os-prober.
This commit is contained in:
robertmh 2008-04-13 10:51:54 +00:00
parent a91627b40a
commit 78b51059c3
5 changed files with 110 additions and 0 deletions

View file

@ -125,6 +125,12 @@ CLEANFILES += 10_linux
update-grub_SCRIPTS += 10_hurd
CLEANFILES += 10_hurd
30_os-prober: util/grub.d/30_os-prober.in config.status
./config.status --file=$@:$<
chmod +x $@
update-grub_SCRIPTS += 30_os-prober
CLEANFILES += 30_os-prober
update-grub_DATA += util/grub.d/README