Harald Hoyer
8bcfd683bd
*/module-setup.sh: add comments for dracut called functions
12 years ago
Harald Hoyer
8d3d72a68c
no more global $CMDLINE
...
Do not use the global variable CMDLINE anymore. Use
CMDLINE=$(getcmdline)
12 years ago
Harald Hoyer
af11946054
dracut-functions.sh: inst_multiple == dracut_install
12 years ago
Harald Hoyer
64a7eace88
cms/cmssetup.sh: correct port for zfcp.conf
12 years ago
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
12 years ago
Harald Hoyer
af6292f0fc
cms/cmssetup.sh: untabify
12 years ago
Harald Hoyer
b710520a3d
cms/cmssetup.sh: reload udev rules after adding them
12 years ago
Harald Hoyer
66e092bb53
cms/cmssetup.sh: fix LAYER2 ccw.conf setup
12 years ago
Harald Hoyer
fdc1037b19
cms/cmsifup.sh: correctly set MACADDR and MTU for the ip line
...
https://bugzilla.redhat.com/show_bug.cgi?id=971025
12 years ago
Harald Hoyer
76df206685
cms/cmssetup.sh: do not echo newlines for ccw.conf
...
https://bugzilla.redhat.com/show_bug.cgi?id=970982
12 years ago
Harald Hoyer
41eba87b32
dracut_need_initqueue
12 years ago
Harald Hoyer
60bbb8fcc9
cms/cms-write-ifcfg.sh: also fill in /etc/hostname
12 years ago
Harald Hoyer
0fb7b847c5
cms/cmssetup.sh: sync udev rules names with network/net-genrules.sh
...
https://bugzilla.redhat.com/show_bug.cgi?id=825199
12 years ago
Harald Hoyer
99c7b70d1d
modules.d: get rid of "tr"
...
replace it with sed or str_replace or bash ${var/a/b}
13 years ago
Harald Hoyer
53fe81e752
modules.d/*/module-setup.sh: combine and specify type for installs
...
To speedup image creation, combine dracut_install calls and specify the exact type.
E.g. inst_script instead of the generic inst.
13 years ago
Harald Hoyer
8fab6e0463
resolve conflict between cms network rules and default rules
13 years ago
Jesse Keating
e82e54df2c
Don't set an already set attribute ( #826357 )
...
Depending on how the dasd_mod module was loaded, our device could have
already been marked as online or offline. We need to make the sysecho
sensitive to this and not fail if the attribute we're trying to set has
already been set.
13 years ago
Jesse Keating
965d14726a
Normalize dasd argument content for dasd.conf
...
Also overwrite any existing files, contents from CMSCONFFILE override
any boot arguments.
13 years ago
Jon Ander Hernandez
c9143a63fe
Debian multiarch support
...
Another solution could be searching in directories found at
/etc/ld.so.conf.d/*.conf or adding a new parameter. Here is a patch
which adds a new --libdirs parameter, and also a new inst_libdir_file
function which will try to expand metacharacters on each lib
directory:
inst_libdir_file "libdevmapper-event-lvm*.so"
13 years ago
Harald Hoyer
b80078af39
add s390 cms setup
13 years ago