summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Add URL to spec so Fedora Extras folks won't complainMichael DeHaan2006-05-181-1/+1
| | | | | | |
| * | | | | | merge with tipJim Meyering2006-05-134-7/+15
| |\| | | | |
| | * | | | | (1) only import libvirt if we use the xen functions, (2) fix insert_sh code ↵Michael DeHaan2006-05-124-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | so it pulls the kickstart from /var/spool/koan/ks.cfg not /var/spool/koan/initrd/ks.cfg, (3) remove dep on libvirt-python, (4) fix tests
| * | | | | | Add dummy 'all' target at top, so 'clean' isn't the default.Jim Meyering2006-05-131-1/+3
| | | | | | |
| * | | | | | (LONG_DESC): Use standard double quotes, to avoid warning.Jim Meyering2006-05-131-1/+1
| | | | | | |
| * | | | | | fix typo: s/dependant/dependent/Jim Meyering2006-05-121-3/+2
| |/ / / / /
| * | | | | (get_insert_script): Do "cd /var/spool/koan" at the start, then convert lots ↵Jim Meyering2006-05-121-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | of long, absolute file names to short, relative ones.
| * | | | | Getting rid of unneeded subshellMihai Ibanescu2006-05-121-1/+1
| | | | | |
| * | | | | using gzip -dc instead of gunzip -cMihai Ibanescu2006-05-121-1/+1
| | | | | |
| * | | | | Fixing testMihai Ibanescu2006-05-121-1/+1
| | | | | |
| * | | | | Make sure the tests import koan.py correctlyMihai Ibanescu2006-05-121-4/+1
| | | | | |
| * | | | | Added .hgignoreMihai Ibanescu2006-05-121-0/+1
| | | | | |
| * | | | | If main() doesn't return anything, assume 0Mihai Ibanescu2006-05-121-1/+1
| | | | | |
| * | | | | Changed exit to return in main()Mihai Ibanescu2006-05-121-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Importing and running main() shouldn't exit the program. The wrapper will do that.
| * | | | | Using os.access to verify directory accessMihai Ibanescu2006-05-121-7/+8
| | | | | |
| * | | | | Moving options at the top of the file...Mihai Ibanescu2006-05-121-8/+9
| | | | | |
| * | | | | Rather big diff, but really the only change was moving the main() file at ↵Mihai Ibanescu2006-05-121-53/+52
| | | | | | | | | | | | | | | | | | | | | | | | the top
| * | | | | Make koan /usr/bin script work correctly.Michael DeHaan2006-05-121-3/+3
| | | | | |
| * | | | | Fixing dependencies for packaging. __init__.py issues still need to be ↵Michael DeHaan2006-05-111-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | worked out to make /usr/bin/koan work.
| * | | | | License fixups & comment cleanup.Michael DeHaan2006-05-113-25/+20
| | | | | |
| * | | | | Change NFS mount directory to something not in /var/spool/koan since umount ↵Michael DeHaan2006-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | could be busy and we want to delete the tree at some point (i.e. it could affect subsequent runs). NFS kickstart D/L now good.
| * | | | | Fixes as a result of NFS testing.Michael DeHaan2006-05-111-17/+16
| | | | | |
| * | | | | License/CopyrightMichael DeHaan2006-05-111-1/+9
| | | | | |
| * | | | | This version of koan has been run through Xen testing to check functionality ↵Michael DeHaan2006-05-112-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | for installing multiple profiles side by side, various kickstart failure modes, and so forth. The kickstart/xm-console bits from Xenguest install still feel a bit tacked on, but they work. I experimented with a version that didn't launch xm console and that's not good because there is no definitive way to check for errors, though it would be more ideal if kickstarts could be given a "asking any interactive question means death" directive to make this more automatable..
| * | | | | (1) change numeric constant to errno constant, (2) trailing whitespaceMichael DeHaan2006-05-112-8/+8
| | | | | |
| * | | | | Fixing hg import problemMichael DeHaan2006-05-101-59/+57
| | | | | |
| * | | | | Adding koan launcher script that I forgot earlier.Michael DeHaan2006-05-101-0/+5
| | | | | |
| * | | | | Various cleanup to the xenguest-install and koan stuff. Pychecker. Misc ↵Michael DeHaan2006-05-092-91/+91
| | | | | | | | | | | | | | | | | | | | | | | | tweaking.
| * | | | | Remove root restriction, and some other minor changes that I can't remember ↵Michael DeHaan2006-05-093-49/+64
| | | | | | | | | | | | | | | | | | | | | | | | what they were.
| * | | | | Removed unneeded traceback outputMichael DeHaan2006-05-041-3/+1
| | | | | |
| * | | | | Fix setup.py per Mihai's tweaks to earlier, make similar changes to ↵Michael DeHaan2006-05-048-71/+67
| | | | | | | | | | | | | | | | | | | | | | | | Makefile, remove unused README, add __init__, etc
| * | | | | Switch to new yaml parser.Michael DeHaan2006-05-032-9/+8
| | | | | |
| * | | | | Packaging for koanMichael DeHaan2006-05-032-1/+1
| | | | | |
| * | | | | Add MANIFEST.in, fix MakefileMichael DeHaan2006-05-032-1/+2
| | | | | |
| * | | | | Removing MANIFEST.inMichael DeHaan2006-05-031-0/+0
| | | | | |
| * | | | | Koan packaging.Michael DeHaan2006-05-038-4/+119
| | | | | |
| * | | | | Interim commit while moving filesMichael DeHaan2006-05-031-1/+1
| | | | | |
| * | | | | Latest koan stuff correctly kickstarts Xen, checking it in.Michael DeHaan2006-05-022-149/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ripped out some xen-net-install pieces I know are not going to be production worthy, namely the HW virt parts.
| * | | | | Re-enable kickstart in extras line.Michael DeHaan2006-05-011-9/+7
| | | | | |
| * | | | | Xen kernel panics now. I consider this progress.Michael DeHaan2006-05-012-236/+107
| | | | | |
| * | | | | We *do want ksdevice=eth0Michael DeHaan2006-04-281-2/+0
| | | | | |
| * | | | | Merge funMichael DeHaan2006-04-281-1/+1
| | | | | |
| * | | | | Merge fun?Michael DeHaan2006-04-281-0/+1
| | | | | |
| * | | | | Fix kernel args.Michael DeHaan2006-04-281-0/+2
| | | | | |
| * | | | | Add ks=file to kernel options.Michael DeHaan2006-04-281-3/+6
| | | | | |
| * | | | | debugMichael DeHaan2006-04-281-0/+1
| | | | | |
| * | | | | initrd munging for CPIO. misc edits.Michael DeHaan2006-04-281-99/+98
| | | | | |
| * | | | | Forgot some things...Michael DeHaan2006-04-271-4/+3
| | | | | |
| * | | | | pychecker stuff, before Adrian beats me to it :)Michael DeHaan2006-04-271-19/+34
| | | | | |
| * | | | | Checking in stable copy of new xen-guest install using libvirt, which may be ↵Michael DeHaan2006-04-274-79/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tweaked later. Koan is getting support for cracking initrd's with "--replace-self", though it's not finished and is really rough from being "done in meeting code". It will get fixed and refactored soon. Some misc cleanup done, more to come.