Displaying 1 result from an estimated 1 matches for "815c8e0".
Did you mean:
81580
2009 May 20
2
[PATCH node] Adds support for a core dump partition to the node.
...d-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-storage | 23 ++++++++++++++++++-----
scripts/ovirt-early | 9 +++++----
2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index 815c8e0..8d550ea 100755
--- a/scripts/ovirt-config-storage
+++ b/scripts/ovirt-config-storage
@@ -1,7 +1,7 @@
#!/bin/bash
#
# To automate the partitioning, pass in the specific fields in this order
-# ovirt-config-storage [swap size] [boot size] [root size] [logging size] [data size]
+# ovirt-config-sto...