repo.or.cz
/
dracut.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
network: don't use "ifup -m"
[dracut.git]
/
modules.d
/
95znet
/
parse-ccw.sh
blob
7d40a1aa21cfc2a79b6a0a4a8a1c11befba7e446
1
#!/bin/sh
2
3
for
ccw_arg
in
$
(
getargs rd.ccw
-d
'rd_CCW='
)
$
(
getargs rd.znet
-d
'rd_ZNET='
);
do
4
echo
$ccw_arg
>> /
etc
/
ccw.conf
5
done
6
7
znet_cio_free