Displaying 20 results from an estimated 600 matches similar to: "[PATCH] make image minimization optional"
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
this is cleaner and avoids rebuilding initramfs in the kickstart post
it is built with correct configuration for the node image the first
time, in kernel posttrans
---
dracut/Makefile.am | 3 +
...-3d88d27810acc7782618d67a03ff5c0e41494ca4.patch | 20 ++++++++
...-93724aa28fc20c8b7f0167201d1759b7118ba890.patch | 37 +++++++++++++++
dracut/ovirt-dracut.conf
2011 Aug 05
1
[PATCH node] blacklist the libvirt-guests init script
In RHEVH, we don't use libvirt-guests init script.
rhbz#728433
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/rhevh6-minimizer.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipe/rhevh6-minimizer.ks b/recipe/rhevh6-minimizer.ks
index f3b5c2e..449f2c1 100644
--- a/recipe/rhevh6-minimizer.ks
+++ b/recipe/rhevh6-minimizer.ks
@@ -4,3 +4,4 @@
2011 Aug 25
1
[PATCH node 1/3] add reinstall and uninstall options to boot menu
rhbz#733357
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-nochroot.ks | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index c5d009f..c6dd76d 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -17,6 +17,9 @@ sed -i -e 's/ quiet//'
2010 Apr 13
1
[PATCH node] refactor node image recipe
top-level kickstart file contains only includes,
example custom-template.ks is provided with documented customization
points.
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
recipe/common-manifest-post.ks | 31 +++++++++++
recipe/common-manifest-pre.ks | 11 ++++
recipe/common-post-chroot.ks | 46 ++++++++++++++++
recipe/common-post.ks | 24 +++++++++
2011 Jul 30
1
[PATCH node] Update rawhide to F17
Also add kickstarts for F17
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/Makefile.am | 2 +-
recipe/ovirt17-install.ks | 1 +
recipe/ovirt17-minimizer.ks | 1 +
recipe/ovirt17-pkgs.ks | 1 +
recipe/ovirt17-post.ks | 1 +
5 files changed, 5 insertions(+), 1 deletions(-)
create mode 120000 recipe/ovirt17-install.ks
create mode 120000
2011 Aug 11
0
[PATCH] all .py are under /usr
avoids traversing /proc
---
recipe/image-minimizer.ks.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipe/image-minimizer.ks.in b/recipe/image-minimizer.ks.in
index 2518c5c..956bc20 100644
--- a/recipe/image-minimizer.ks.in
+++ b/recipe/image-minimizer.ks.in
@@ -5,7 +5,7 @@
%post
echo "Removing python source files"
-find / -name '*.py' -exec
2011 Aug 03
2
RFC: ovirt-node ISO
As we prepare to push ovirt-node ISOs to ovirt.org while also working on
getting an ovirt-node spin into Fedora, there is some debate over
whether the version hosted on ovirt.org should use the minimizer
kickstart or not.
Main argument for including the minimizer kickstart:
Size. We're currently looking at something around 130MB for the ISO
with minimizer and probably around double that
2013 May 10
4
remotely mounting client disks in p2v server
Just spent a little time poking around w/ p2v and am attaching the
following pseudo-code for consideration. Note the patches aren't commit
ready yet, just looking for thoughts
- The first is a fix to get client image building process working on F17.
It seems the version of ksflatten there didn't expand the nested %includes
which was causing errors (also --interpreter image-minimizer
2015 Apr 27
0
Can we get a copy of ks.cfg for varous images into /root/ks.cfg?
I think that should be:
%post --nochroot
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Nico Kadel-Garcia" <nkadel at gmail.com>
> To: "Discussion about the virtualization on CentOS" <centos-virt at centos.org>
> Sent: Saturday, 25 April, 2015 15:38:49
> Subject: [CentOS-virt] Can we get a
2010 Jun 08
2
Kickstart issue: 'dialog' doesn't work in %post, CentOS 5.5
Hi, all.
I'm trying to customize a CentOS installation cd, but got trouble with kickstart.
I want to use dialog[1] for command line based user interface, but it can't display correctly in kickstart with CentOS 5.5. Same ks file works with CentOS 5.3 (both i386 and x86_64).
What's the different between CentOS 5.3/5.5? I can't find it in release notes.
And how can i fix it?
Thanks
2008 Apr 25
2
PXE / Kickstart / nfs ....
hello there,
I wonder if you could help me:
I am trying to install 50 diskless servers using PXE / kickstart, it all starts well, DHCP server issues a dynamic address, tftp issues the kickstart file, the client starts reading the KS file but at some point anaconda brings up an unhandled exception related to Python when reading Comps.xml??
What is really unsettling is the fact that if I plug
2002 Aug 08
0
PXE Question....
Hi,
We are using PXELinux 1.75, ISC DHCP 3.0pl1 and atftp-0.6 to deploy RH
7.3 across a number of Dell Rackmount systems.
I would like to set things up so that the RH boot kernel grabs the IP
Address, gateway aand DNS address from the
first DHCP request with 'ipappend 1', but so far have had no success,
Kickstart issue a seconed request after
booting the kernel.
Here are my configs:
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
Due to a critical dracut bug, and a strong dev focus on F16, we're
dropping all F15 recipes.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/ovirt15-install.ks | 1 -
recipe/ovirt15-minimizer.ks | 1 -
recipe/ovirt15-pkgs.ks | 2 -
recipe/ovirt15-post.ks | 145 ------------------------------------------
recipe/ovirt16-install.ks | 2 +-
2006 Aug 09
1
minimization a quadratic form with some coef fixed and some constrained
Hello, all,
I had problems with an extension to a classic optimization problem.
The target is to minimize a quadratic form a'Ma with respect to vector
b, where vector a=(b',-1)', i.e., a is the expand of b, and M is a
symmetric matrix (positive definite if needed). One more constrain on b
is b'b=1. I want to solve b given M.
I tried but it seems impossible to find an analytic
2017 Nov 23
0
Cluster installation CentOS 7.4 network problems
Hi there,
after using Foreman successful on our clusters for more than a year. I'd
like to reinstall a 90 node cluster with Centos 7.4. It's now running on
Centos 7.3 . I'm not able to just update to 7.4 because of zfsonlinux
dependencies and well - some nodes died and had to bare metal install them.
So I was able to install these nodes successfully by pxe-booting and
using a
2005 Mar 24
1
How to stop the minimization when the condition does not hold
Dear experts!
I have a minimization problem with non-linear constraint and Objective
function(theta)=lambda*(Constr)^2-f(x,theta). Theta is a vector of
parameters.
I'd like to stop the optimization after the value of the constraint is less
or equal some constant value, say d, and save the last computed value of the
function.
For this purpose, I thought to define the Objective function like
2011 Sep 08
0
[PATCH node] don't blacklist /etc/pki/tls/openssl.cnf
rhbz#736686
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-minimizer.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipe/common-minimizer.ks b/recipe/common-minimizer.ks
index 0b33be7..4151f49 100644
--- a/recipe/common-minimizer.ks
+++ b/recipe/common-minimizer.ks
@@ -296,6 +296,7 @@ keep /lib/firmware/aic94xx-seq.fw
drop
2017 Jun 20
1
Can I use tabu search for minimization problem ?
Hi all,
I want to use tabu search to solve my minimization problem. but tabu search in R is for maximization, so I turn my function from f to -f? but the eUtilityKeep always be 0 from the second position. I have go through a part of source code found that it always give the default value to compare,
move <- ifelse(maxTaboo > maxNontaboo & maxTaboo > aspiration,
2011 Oct 12
2
Minimization/Optimization under functional constraints
Hi,
I hope someone can help me with the following issue.
I need find the minimum beta that satisfies the following:
inf{beta>0 | f(x+beta*f(x))*f(x)<=0}
where f() is a function and x is a sample statistic.
Functions such as "nlminb" and "constrOptim" minimize a function and output
the parameter (under parameter constraints). I need to minimize the
parameter (also
2010 Feb 09
2
Double Integral Minimization Problem
Hello all,
I am trying to minimize a function which contains a double integral, using
"nlminb" for the minimization and "adapt" for the integral. The integral is
over two variables (thita and radiusb)
and the 3 free parameters I want to derive from the minimization are
counts0, index and radius_eff.
I have used both tasks in the past successfully but this is the first time