diff options
author | Daniel Baumann <daniel@debian.org> | 2009-10-28 13:15:30 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:48 +0100 |
commit | 2e2de4361d4549021ab6d62226257d68b88d25fe (patch) | |
tree | 78e27f41d6a31cd9b95410504ef143d75e3a3e9e /helpers/lh_binary | |
parent | 7523992b6a479359b5457b95568a376b3a2ef8e4 (diff) | |
download | vyos-live-build-2e2de4361d4549021ab6d62226257d68b88d25fe.tar.gz vyos-live-build-2e2de4361d4549021ab6d62226257d68b88d25fe.zip |
Merging initial and experimental grub2 support from Luigi Capriotti <l.capriotti@xbmc.org>.
Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2.
Diffstat (limited to 'helpers/lh_binary')
-rwxr-xr-x | helpers/lh_binary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary index 91e04a480..271bfd784 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -54,6 +54,7 @@ lh binary_linux-image ${*} lh binary_debian-installer ${*} lh binary_memtest ${*} lh binary_grub ${*} +lh binary_grub2 ${*} lh binary_syslinux ${*} lh binary_yaboot ${*} lh binary_silo ${*} |