| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Add URL to spec so Fedora Extras folks won't complain | Michael DeHaan | 2006-05-18 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | merge with tip | Jim Meyering | 2006-05-13 | 4 | -7/+15 | |
| | |\| | | | | | ||||||
| | | * | | | | | (1) only import libvirt if we use the xen functions, (2) fix insert_sh code ↵ | Michael DeHaan | 2006-05-12 | 4 | -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 Meyering | 2006-05-13 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | (LONG_DESC): Use standard double quotes, to avoid warning. | Jim Meyering | 2006-05-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | fix typo: s/dependant/dependent/ | Jim Meyering | 2006-05-12 | 1 | -3/+2 | |
| | |/ / / / / | ||||||
| | * | | | | | (get_insert_script): Do "cd /var/spool/koan" at the start, then convert lots ↵ | Jim Meyering | 2006-05-12 | 1 | -12/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | of long, absolute file names to short, relative ones. | |||||
| | * | | | | | Getting rid of unneeded subshell | Mihai Ibanescu | 2006-05-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | using gzip -dc instead of gunzip -c | Mihai Ibanescu | 2006-05-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Fixing test | Mihai Ibanescu | 2006-05-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Make sure the tests import koan.py correctly | Mihai Ibanescu | 2006-05-12 | 1 | -4/+1 | |
| | | | | | | | ||||||
| | * | | | | | Added .hgignore | Mihai Ibanescu | 2006-05-12 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | If main() doesn't return anything, assume 0 | Mihai Ibanescu | 2006-05-12 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Changed exit to return in main() | Mihai Ibanescu | 2006-05-12 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Importing and running main() shouldn't exit the program. The wrapper will do that. | |||||
| | * | | | | | Using os.access to verify directory access | Mihai Ibanescu | 2006-05-12 | 1 | -7/+8 | |
| | | | | | | | ||||||
| | * | | | | | Moving options at the top of the file... | Mihai Ibanescu | 2006-05-12 | 1 | -8/+9 | |
| | | | | | | | ||||||
| | * | | | | | Rather big diff, but really the only change was moving the main() file at ↵ | Mihai Ibanescu | 2006-05-12 | 1 | -53/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | the top | |||||
| | * | | | | | Make koan /usr/bin script work correctly. | Michael DeHaan | 2006-05-12 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | Fixing dependencies for packaging. __init__.py issues still need to be ↵ | Michael DeHaan | 2006-05-11 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | worked out to make /usr/bin/koan work. | |||||
| | * | | | | | License fixups & comment cleanup. | Michael DeHaan | 2006-05-11 | 3 | -25/+20 | |
| | | | | | | | ||||||
| | * | | | | | Change NFS mount directory to something not in /var/spool/koan since umount ↵ | Michael DeHaan | 2006-05-11 | 1 | -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 DeHaan | 2006-05-11 | 1 | -17/+16 | |
| | | | | | | | ||||||
| | * | | | | | License/Copyright | Michael DeHaan | 2006-05-11 | 1 | -1/+9 | |
| | | | | | | | ||||||
| | * | | | | | This version of koan has been run through Xen testing to check functionality ↵ | Michael DeHaan | 2006-05-11 | 2 | -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 whitespace | Michael DeHaan | 2006-05-11 | 2 | -8/+8 | |
| | | | | | | | ||||||
| | * | | | | | Fixing hg import problem | Michael DeHaan | 2006-05-10 | 1 | -59/+57 | |
| | | | | | | | ||||||
| | * | | | | | Adding koan launcher script that I forgot earlier. | Michael DeHaan | 2006-05-10 | 1 | -0/+5 | |
| | | | | | | | ||||||
| | * | | | | | Various cleanup to the xenguest-install and koan stuff. Pychecker. Misc ↵ | Michael DeHaan | 2006-05-09 | 2 | -91/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | tweaking. | |||||
| | * | | | | | Remove root restriction, and some other minor changes that I can't remember ↵ | Michael DeHaan | 2006-05-09 | 3 | -49/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | what they were. | |||||
| | * | | | | | Removed unneeded traceback output | Michael DeHaan | 2006-05-04 | 1 | -3/+1 | |
| | | | | | | | ||||||
| | * | | | | | Fix setup.py per Mihai's tweaks to earlier, make similar changes to ↵ | Michael DeHaan | 2006-05-04 | 8 | -71/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Makefile, remove unused README, add __init__, etc | |||||
| | * | | | | | Switch to new yaml parser. | Michael DeHaan | 2006-05-03 | 2 | -9/+8 | |
| | | | | | | | ||||||
| | * | | | | | Packaging for koan | Michael DeHaan | 2006-05-03 | 2 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Add MANIFEST.in, fix Makefile | Michael DeHaan | 2006-05-03 | 2 | -1/+2 | |
| | | | | | | | ||||||
| | * | | | | | Removing MANIFEST.in | Michael DeHaan | 2006-05-03 | 1 | -0/+0 | |
| | | | | | | | ||||||
| | * | | | | | Koan packaging. | Michael DeHaan | 2006-05-03 | 8 | -4/+119 | |
| | | | | | | | ||||||
| | * | | | | | Interim commit while moving files | Michael DeHaan | 2006-05-03 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Latest koan stuff correctly kickstarts Xen, checking it in. | Michael DeHaan | 2006-05-02 | 2 | -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 DeHaan | 2006-05-01 | 1 | -9/+7 | |
| | | | | | | | ||||||
| | * | | | | | Xen kernel panics now. I consider this progress. | Michael DeHaan | 2006-05-01 | 2 | -236/+107 | |
| | | | | | | | ||||||
| | * | | | | | We *do want ksdevice=eth0 | Michael DeHaan | 2006-04-28 | 1 | -2/+0 | |
| | | | | | | | ||||||
| | * | | | | | Merge fun | Michael DeHaan | 2006-04-28 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge fun? | Michael DeHaan | 2006-04-28 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | Fix kernel args. | Michael DeHaan | 2006-04-28 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | * | | | | | Add ks=file to kernel options. | Michael DeHaan | 2006-04-28 | 1 | -3/+6 | |
| | | | | | | | ||||||
| | * | | | | | debug | Michael DeHaan | 2006-04-28 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | initrd munging for CPIO. misc edits. | Michael DeHaan | 2006-04-28 | 1 | -99/+98 | |
| | | | | | | | ||||||
| | * | | | | | Forgot some things... | Michael DeHaan | 2006-04-27 | 1 | -4/+3 | |
| | | | | | | | ||||||
| | * | | | | | pychecker stuff, before Adrian beats me to it :) | Michael DeHaan | 2006-04-27 | 1 | -19/+34 | |
| | | | | | | | ||||||
| | * | | | | | Checking in stable copy of new xen-guest install using libvirt, which may be ↵ | Michael DeHaan | 2006-04-27 | 4 | -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. | |||||
