search for: initrddir

Displaying 4 results from an estimated 4 matches for "initrddir".

Did you mean: _initrddir
2004 Oct 09
0
iscsi boot xen0 initrd
...ny things. Add your Ethernet module to /etc/mkinitrd/modules too. It also takes care of the bridging by setting up the bridge before loading iscsi-init which brings up the interface via dhcp or manually. #!/bin/sh MOD=`find /lib/modules/$VERSION -name ''iscsi_sfnet.*o''` mkdir -p $INITRDDIR/`dirname $MOD` cp $MOD $INITRDDIR/$MOD MOD=`find /lib/modules/$VERSION -name ''crc32c.*o''` mkdir -p $INITRDDIR/`dirname $MOD` cp $MOD $INITRDDIR/$MOD MOD=`find /lib/modules/$VERSION -name ''libcrc32c.*o''` mkdir -p $INITRDDIR/`dirname $MOD` cp $MOD $INITRDDIR/$MOD...
2011 Dec 08
8
Puppet Dashboard or Forman on SLES?
Hi all, i planned for a startup to install one of this gui tools. But if i look in the documentation, or google it, i find no results which helps. If i would like to install the rpm package i get the following dependencies problems rpm -i puppet-dashboard-1.2.3-1.el6.noarch.rpm warning: puppet-dashboard-1.2.3-1.el6.noarch.rpm: Header V4 RSA/SHA1 signature: NOKEY, key ID 4bd6ec30 error: Failed
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a
2006 Jun 07
1
RPM spec file
...define version 2.0.3 %define relver 1 %define nutuser nutmon # what version of RH are we building for? %define redhat7 1 %define redhat6 0 # Options for Redhat version 6.x: # rpm -ba|--rebuild --define "rh6 1" %{?rh6:%define redhat7 0} %{?rh6:%define redhat6 1} # some systems dont have initrddir defined %{?_initrddir:%define _initrddir /etc/rc.d/init.d} Name: nut Group: Applications/System Summary: Multi-vendor UPS Monitoring Project Client Utilities Version: %{version} Release: %{relver} Source: http://www.exploits.org/nut/release/%{majorver}/%{name}-%{version}.tar.gz Copyright: GPL Buil...