Harald Hoyer
6d58fa27a4
change "while read x" to cope with EOF without newline
...
while read x || [ -n "$x" ]
should do the trick
10 years ago
Harald Hoyer
2f954621cc
cms/cmssetup.sh: understand DASD="none"
...
Treat DASD="none" as unset.
https://bugzilla.redhat.com/show_bug.cgi?id=1096979
11 years ago
Harald Hoyer
d681635512
cms/cmssetup.sh: fixed indention
11 years ago
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
11 years ago
Harald Hoyer
56d57a70ec
cms/cmssetup.sh: convert SUBCHANNELS to lowercase
...
In udev rules, the channels need to be expressed in lower case.
11 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
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
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
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
Harald Hoyer
b80078af39
add s390 cms setup
13 years ago