search for: 6dc8bee

Displaying 2 results from an estimated 2 matches for "6dc8bee".

2010 Jul 13
1
[PATCH node] Kill persistent dhclient on the temporary interface
Signed-off-by: Arthur Clement <aclement at linagora.com> --- scripts/ovirt-early | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-early b/scripts/ovirt-early index 1c15792..6b510ca 100755 --- a/scripts/ovirt-early +++ b/scripts/ovirt-early @@ -43,6 +43,9 @@ configure_ovirt_management_nic() { log "Using interface $DEVICE"
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...-ne 0 ]; then + if is_firstboot || [ $existingHostVG -ne 0 -a $existingAppVG -ne 0 ]; then if check_partition_sizes; then log "Partitioning hard disk..." perform_partitioning diff --git a/scripts/ovirt-early b/scripts/ovirt-early index 6dc8bee..23198b1 100755 --- a/scripts/ovirt-early +++ b/scripts/ovirt-early @@ -205,8 +205,10 @@ start_ovirt_early () { # BOOTIF=eth* e.g. BOOTIF=eth0 - use given interface bootif= - # ovirt_init=[usb|scsi[:serial#]|/dev/...] - # local installation target disk + # ovirt_init=HOSTVG...