]> git.proxmox.com Git - grub2.git/commit - Makefile.in
Add the ability to transform Grub program names. For example, a user can easily launch
authorjerone <jerone@localhost>
Tue, 10 Apr 2007 21:38:26 +0000 (21:38 +0000)
committerjerone <jerone@localhost>
Tue, 10 Apr 2007 21:38:26 +0000 (21:38 +0000)
commit1d543c3ec033c785d619dbe66a5abafec5653ef6
treeaad63db402210eaaa59914bbabf2e516c3679989
parent6795c4e10b82f477681a6579a2a5d19b34a2911e
Add the ability to transform Grub program names. For example, a user can easily launch

./configure --program-transform-name="s/grub/grub2/"

And the installed files (in this case for i386-pc) will be:

/usr/lib/grub2/i386-pc/*
/usr/local/sbin/grub2-emu
/usr/local/sbin/grub2-install
...etc

Also grub2-install place boot files in "/boot/grub2"

This allows easy integration into distributions as it allows grub2 to
sit side by side with a grub legacy install without.
ChangeLog
Makefile.in
configure.ac
util/i386/pc/grub-install.in
util/powerpc/ieee1275/grub-install.in