summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Add avahi-tools to live CD.Michael DeHaan2007-08-172-0/+4
| | | | | | | |
| * | | | | | | Avahi support.Michael DeHaan2007-08-174-17/+108
| | | | | | | |
| * | | | | | | Release bump / remove ppc64root2007-08-143-2/+9
| | |/ / / / / | |/| | | | |
| * | | | | | Added koan argument for --virt-bridge and auto bridge detection assumingroot2007-08-144-11/+76
| |/ / / / / | | | | | | | | | | | | | | | | | | the user follows the peth0/eth0 convention.
| * | | | | Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/koanMichael DeHaan2007-08-135-6/+15
| |\ \ \ \ \
| | * | | | | Disable SSHd for live CD to save boot time -- we don't use it (awolf's ↵Michael DeHaan2007-08-102-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | suggestion)
| | * | | | | Don't check for libvirtd running if no libvirtdMichael DeHaan2007-08-091-4/+5
| | | | | | |
| | * | | | | Ready for 0.6.0 releaseMichael DeHaan2007-08-093-2/+8
| | | | | | |
| * | | | | | Make Xen use bridged mode for cobbler.Michael DeHaan2007-08-132-1/+39
| |/ / / / /
| * | | | | Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/koanMichael DeHaan2007-08-061-1/+1
| |\ \ \ \ \
| | * | | | | Check free space on volume group, not volumeMichael DeHaan2007-07-301-1/+1
| | | | | | |
| * | | | | | Be more elaborate with kickstart errorsMichael DeHaan2007-08-062-1/+5
| | | | | | |
| * | | | | | Install location must always end with a slash.Michael DeHaan2007-08-061-1/+6
| |/ / / / /
| * | | | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/koanMichael DeHaan2007-07-271-1/+1
| |\ \ \ \ \
| | * | | | | Fix Xen kernel checkMichael DeHaan2007-07-271-1/+1
| | | | | | |
| * | | | | | Revised manpage.Michael DeHaan2007-07-271-2/+2
| |/ / / / /
| * | | | | Release bumpMichael DeHaan2007-07-263-3/+9
| | | | | |
| * | | | | Added version checking between koan and cobbler.Michael DeHaan2007-07-261-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Koan can update the COBBLER_REQUIRED variable in cobbler to change API level requirements. Cobbler value comes from the package version.
| * | | | | Packaging optparse for backwards compatibility with 2.2. (where it used to ↵Michael DeHaan2007-07-262-2/+1684
| | | | | | | | | | | | | | | | | | | | | | | | be Optik).
| * | | | | Added code for checking that lots of things are started/installed prior to ↵Michael DeHaan2007-07-253-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doing virt installs. Also fixed QEMU code to use the libvirt property for location instead of the function name.
| * | | | | Misc fixes related to Xen that were broken during KVM changes.Michael DeHaan2007-07-232-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently libvirt does not abstract out everything :) Also fixes install_tree detection code.
| * | | | | update datesMichael DeHaan2007-07-202-2/+2
| | | | | |
| * | | | | Substantial cleanup of virt installation code in regards to QEMU. Now using ↵Michael DeHaan2007-07-204-87/+115
| | | | | | | | | | | | | | | | | | | | | | | | virtinst for qemu/kvm installation in addition to just Xen. Also using set_location now instead of explicit file locations for downloading for both virt types, and grabbing location from kickstart -- so we don't require tree in ksmeta to determine the install source. Should we start to do virt for non-kickstart distros this may require some additional work.
| * | | | | TypoMichael DeHaan2007-07-191-1/+1
| | | | | |
| * | | | | Regardless of naming choices, do not allow ":" in libvirtMichael DeHaan2007-07-191-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | domain names.
| * | | | | Fix graphics settings and also try to be more backwards compatibleMichael DeHaan2007-07-181-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | in regards to Xen networking setup.
| * | | | | Fix Xen graphicsMichael DeHaan2007-07-161-1/+4
| | | | | |
| * | | | | qemu/kvm to LVM partition works.Michael DeHaan2007-07-161-4/+0
| | | | | |
| * | | | | Brain not working...Michael DeHaan2007-07-161-1/+1
| | | | | |
| * | | | | Typo.Michael DeHaan2007-07-161-1/+1
| | | | | |
| * | | | | Working on LVMMichael DeHaan2007-07-161-5/+5
| | | | | |
| * | | | | partitions like /dev/sda1 appear to work for kvm/qemu but not LVM pathsMichael DeHaan2007-07-162-6/+6
| | | | | |
| * | | | | Typo.Michael DeHaan2007-07-161-1/+1
| | | | | |
| * | | | | Streamlining path handling some more.Michael DeHaan2007-07-163-11/+18
| | | | | |
| * | | | | Typo.Michael DeHaan2007-07-161-1/+1
| | | | | |
| * | | | | Fix output prompt and use hw accel when avail.Michael DeHaan2007-07-161-2/+2
| | | | | |
| * | | | | install-to-partition/LVMMichael DeHaan2007-07-163-5/+12
| | | | | |
| * | | | | Release bumpMichael DeHaan2007-07-163-2/+11
| | | | | |
| * | | | | Retooling virt path handling and partition/LVM codeMichael DeHaan2007-07-164-211/+153
| | | | | |
| * | | | | Further kvm cleanupMichael DeHaan2007-07-131-2/+5
| | | | | |
| * | | | | Simplify handling of VNC for koan and qemu.Michael DeHaan2007-07-134-33/+72
| | | | | |
| * | | | | Misc fixes...Michael DeHaan2007-07-132-60/+118
| | | | | |
| * | | | | euclid's patch to use a local repo for building the livecdMichael DeHaan2007-07-133-8/+5
| | | | | |
| * | | | | Fix syntax error.Michael DeHaan2007-07-131-2/+2
| | | | | |
| * | | | | Update koan manpage to mention new argumentsMichael DeHaan2007-07-121-14/+97
| | | | | |
| * | | | | Unify optionsMichael DeHaan2007-07-121-52/+112
| | | | | |
| * | | | | Early qemu/kvm support.Michael DeHaan2007-07-113-39/+277
| | | | | |
| * | | | | Grub can be made to work if fstab and mtab are hacked around a bitMichael DeHaan2007-07-101-13/+12
| | | | | |
| * | | | | Further work on Live CD.Michael DeHaan2007-07-102-10/+19
| | | | | |
| * | | | | More LiveCD hacking and fun with grub/grubby.Michael DeHaan2007-07-092-5/+25
| | | | | |