| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Previous contents of base/ are now in base/all.
* create_node_COMMON() takes an extra argument (inserted as $3) that
specifies the node type. All of the create_node_* functions pass
"$type" for this argument.
* setup_base() now has an optional argument, which is only passed by
create_node_COMMON. Rather than simply copying and substituting
templates for the entire $BASE_TEMPLATES/ subdirectory it now does
this for $BASE_TEMPLATES/all and then $BASE_TEMPLATES/$type.
Therefore, the contents of the type-specific directory override the
contents of "all" directory.
* releases/SoFS.common uses the "all" version of SoFS-postinstall.sh
when setting POSTINSTALL_TEMPLATE. This variable also now respects
$BASE_TEMPLATES instead of hard-coding the base/ subdirectory.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
|
|
|
|
|
|
|
| |
This allows IDE to be used for system disks and some other type,
perhaps virtio, to be used for the shared disks. I seem to be seeing
some corruption issues with the combination of qcow2 and virtio, so
this will allow me to experiment with the raw shared disks and virtio.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
|
|
|
|
|
| |
The version of kvm under RHEL5.4 does not support the SCSI emulation.
So allow the use of ide or virtio instead.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
boot
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
- fixed unmount syntax
|
| | |
|
| | |
|
| |
|