Displaying 2 results from an estimated 2 matches for "initapp".
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...if [ -n "$HOSTVGDRIVE" ]; then
+            HOSTVGDRIVE="$HOSTVGDRIVE $DRIVE"
+        else
+            HOSTVGDRIVE="$DRIVE"
+        fi 
+    done
+    # Is this really needed ??
     get_drive_size "$ROOTDRIVE" ROOTDRIVESPACE
 fi
 
+if [ -n "$OVIRT_INITAPP" ]; then
+    if [ ${SWAP2_SIZE} -ne 0 -o ${DATA2_SIZE} -ne 0 ]; then
+        for drv in $OVIRT_INITAPP; do
+            DRIVE="$(translate_multipath_device "$drv")"
+            if [ -n "$APPVGDRIVE" ]; then
+                APPVGDRIVE="$APPVGDRIVE $DRIVE&q...
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...fi
+            done
+            ;;
             *)
             bootparams="$bootparams $i"
             ;;
@@ -592,7 +624,7 @@ start_ovirt_early () {
         ip_gateway=$gateway
     fi
     # save boot parameters as defaults for ovirt-config-*
-    params="bootif init initapp vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size vol_swap2_size vol_data2_size upgrade standalone overcommit ip_address ip_netmask ip_gateway ipv6 dns ntp vlan ssh_pwauth syslog_server syslog_port collectd_server collectd_port bootparams hostname firstboot ru...