diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2011-04-08 13:03:34 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2011-04-08 13:03:34 -0600 |
commit | 31a44434f7b3221d911d478de3d1665bde753c86 (patch) | |
tree | a38539c736331553eb34d27b97cc19823946f9c0 /.gitmodules | |
parent | 6957785773e8a3cc8bd51f0e3172eaccbbaa5f3a (diff) |
Add ipxe submodule
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 44fdd1a02d..788447189e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "roms/SLOF"] path = roms/SLOF url = git://git.qemu.org/SLOF.git +[submodule "roms/ipxe"] + path = roms/ipxe + url = git://git.qemu.org/ipxe.git |