summaryrefslogtreecommitdiffstats
path: root/loaders
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-03-19 18:56:59 -0400
committerJim Meyering <jim@meyering.net>2007-03-19 18:56:59 -0400
commit6d6082d62d7e5fdc4014455a09316de9e36b6786 (patch)
treeaa484d1d2ed01f9fbcb39b372e9f26f7e35e67ba /loaders
parent3797448bd957a39f43432d3399a5e2482cec533a (diff)
downloadthird_party-cobbler-6d6082d62d7e5fdc4014455a09316de9e36b6786.tar.gz
third_party-cobbler-6d6082d62d7e5fdc4014455a09316de9e36b6786.tar.xz
third_party-cobbler-6d6082d62d7e5fdc4014455a09316de9e36b6786.zip
Most of these diffs come from directory reorg/cleanup, though the main feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
Diffstat (limited to 'loaders')
-rw-r--r--loaders/COPYING_ELILO15
-rw-r--r--loaders/elilo-3.6-ia64.efibin0 -> 374146 bytes
-rw-r--r--loaders/menu.c32bin0 -> 26496 bytes
3 files changed, 15 insertions, 0 deletions
diff --git a/loaders/COPYING_ELILO b/loaders/COPYING_ELILO
new file mode 100644
index 0000000..ed08493
--- /dev/null
+++ b/loaders/COPYING_ELILO
@@ -0,0 +1,15 @@
+Cobbler deploys elilo.efi over TFTP to enable network booting of
+Itanium machines.
+
+ELILO is GPL and is being distributed in binary form
+persuant to this section of the GPL license:
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+Source code to ELILO is available on http://sourceforge.net/projects/elilo.
+
+A full copy of the GPL is available in "COPYING".
diff --git a/loaders/elilo-3.6-ia64.efi b/loaders/elilo-3.6-ia64.efi
new file mode 100644
index 0000000..de0df83
--- /dev/null
+++ b/loaders/elilo-3.6-ia64.efi
Binary files differ
diff --git a/loaders/menu.c32 b/loaders/menu.c32
new file mode 100644
index 0000000..7912a08
--- /dev/null
+++ b/loaders/menu.c32
Binary files differ