summaryrefslogtreecommitdiffstats
path: root/autocluster
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for SYSTEM_DISK_FORMAT="mmclone"Martin Schwenke2012-03-281-0/+7
|/
* Allow umount as well as unmount.Martin Schwenke2012-03-021-2/+2
* autocluster script should find $installdir even if script is a symlinkMartin Schwenke2012-02-091-3/+6
* Fix NFS mount line in /etc/fstabAmitay Isaacs2012-02-011-1/+1
* Add hooks to remove files and remove 70-persistent-net.rulesAmitay Isaacs2012-02-011-0/+2
* Fix subsitute_vars() so it doesn't corrupt binary files.Martin Schwenke2011-05-271-15/+32
* Move sanity check for qcow2 images requiring NBD out of main script.Martin Schwenke2011-05-031-4/+0
* Call "diskimage f args ..." rather than "diskimage_f args ...".Martin Schwenke2011-05-021-34/+27
* copy_base_dir_substitute_templates() should ignore .svn/ subdirectories.Martin Schwenke2011-04-291-1/+1
* Add diskimage_mv().Martin Schwenke2011-03-091-1/+1
* Log files being installed from base/ .Martin Schwenke2011-03-031-1/+2
* Merge branch 'guestfish'Martin Schwenke2011-02-151-132/+42
|\
| * Stop copy_base_dir_substitute_templates() chmod-ing existing directories.Martin Schwenke2011-02-141-0/+4
| * Undo __ super-locationisation of variables in call_func().Martin Schwenke2011-02-111-6/+6
| * Implement diskimage_is-file() for loopback and guestfish.Martin Schwenke2011-02-111-1/+1
| * Implement diskimage_grep() for loopback and guestfish.Martin Schwenke2011-02-111-1/+2
| * Abstract out qemu-nbd/NBD/loopback mount of disk image.Martin Schwenke2011-02-101-138/+43
* | Produce more useful error message when create base times out.Martin Schwenke2011-02-111-1/+5
|/
* Support new SYSTEM_DISK_FORMAT=reflink.Martin Schwenke2011-01-251-5/+10
* New hook post_config_hooks.Martin Schwenke2011-01-181-2/+8
* Optimise newline subsitution during template expansion.Martin Schwenke2011-01-111-2/+3
* Make 3rd octet of IP addresses configurable.Martin Schwenke2010-09-231-3/+3
* New -E options needs "shift 2" - oops!Martin Schwenke2010-08-251-1/+1
* Add new -E option like -e but doesn't exit.Martin Schwenke2010-08-251-2/+5
* Rework the code that finds the list of variables in a template.Martin Schwenke2010-06-291-6/+7
* Fix the template substitution in certain corner cases.Martin Schwenke2010-06-281-1/+2
* Move the "cluster created" message back into create_cluster().Martin Schwenke2010-06-181-1/+4
* Put /etc/hosts editing suggestion into cluster_created_hooks.Martin Schwenke2010-06-181-2/+7
* Add $node_type to the UUID map.Martin Schwenke2010-05-281-1/+1
* Modify create_node_COMMON() to pull the UUID for this node out of the map.Martin Schwenke2010-05-281-1/+3
* Build a UUID map file in common_nodelist_hacking.Martin Schwenke2010-05-281-0/+8
* Fix a typo causing as syntax error.Martin Schwenke2010-05-241-2/+3
* Support SYSTEM_DISK_MOUNTS in unmount_disk().Martin Schwenke2010-05-241-1/+12
* New configuration variable SYSTEM_DISK_MOUNTS.Martin Schwenke2010-05-241-11/+17
* New configuration variables BASE_PER_NODE_TYPE.Martin Schwenke2010-05-211-0/+4
* Add a comment to explain the previous commit.Martin Schwenke2010-05-211-2/+3
* Fold setup_network() into setup_base().Martin Schwenke2010-05-211-2/+10
* New config variable KS_DONE_MESSAGE, used to find end of kickstart install.Martin Schwenke2010-05-211-1/+1
* Add new function clear_hooks() to clear the value of a hook variable.Martin Schwenke2010-05-211-0/+8
* Move SSH key and grub config hacks to functions for use in setup_base_hooks.Martin Schwenke2010-05-211-10/+22
* New hook kickstart_floppy_create_hooks.Martin Schwenke2010-05-121-0/+6
* Only print message about creating a disk when actually creating a disk.Martin Schwenke2010-05-121-1/+2
* New value for SYSTEM_DISK_FORMAT: "none".Martin Schwenke2010-05-121-2/+5
* New function create_node_configure_image() to do the per-image configuration.Martin Schwenke2010-05-121-4/+12
* nbd-client is also optional if SYSTEM_DISK_FORMAT is not "raw".Martin Schwenke2010-04-301-2/+4
* Allow releases of the form <product>-<version> to use product.release.Martin Schwenke2010-04-291-5/+9
* Make with_release() pass args $2.. to the release file when sourcing it.Martin Schwenke2010-04-291-0/+1
* Only check for QEMU_NBD command if SYSTEM_DISK_FORMAT is not "raw".Martin Schwenke2010-03-231-1/+1
* If $SYSTEM_DISK_FORMAT is raw then just do a loopback mount.Martin Schwenke2010-03-171-8/+48
* If SYSTEM_DISK_FORMAT is "raw" then BASE_FORMAT must also be "raw".Martin Schwenke2010-03-171-0/+4