2008-11-04 Robert Millan <rmh@aybabtu.com>
* util/grub.d/10_freebsd.in: New file. Generate grub configuration for FreeBSD. * conf/common.rmk (grub-mkconfig_SCRIPTS): Add 10_freebsd.
This commit is contained in:
parent
556f377582
commit
96e5d876a4
5 changed files with 69 additions and 2 deletions
|
@ -548,7 +548,7 @@ CLEANFILES += update-grub_lib
|
|||
%: util/grub.d/%.in config.status
|
||||
./config.status --file=$@:$<
|
||||
chmod +x $@
|
||||
grub-mkconfig_SCRIPTS = 00_header 10_linux 10_hurd 30_os-prober 40_custom
|
||||
grub-mkconfig_SCRIPTS = 00_header 10_linux 10_hurd 10_freebsd 30_os-prober 40_custom
|
||||
ifeq ($(target_os), cygwin)
|
||||
grub-mkconfig_SCRIPTS += 10_windows
|
||||
endif
|
||||
|
|
|
@ -137,7 +137,7 @@ CLEANFILES += update-grub_lib
|
|||
%: util/grub.d/%.in config.status
|
||||
./config.status --file=$@:$<
|
||||
chmod +x $@
|
||||
grub-mkconfig_SCRIPTS = 00_header 10_linux 10_hurd 30_os-prober 40_custom
|
||||
grub-mkconfig_SCRIPTS = 00_header 10_linux 10_hurd 10_freebsd 30_os-prober 40_custom
|
||||
ifeq ($(target_os), cygwin)
|
||||
grub-mkconfig_SCRIPTS += 10_windows
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue