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:
parent
a91627b40a
commit
78b51059c3
5 changed files with 110 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue