]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: rd_CCW is deprecated
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 26 Aug 2024 19:21:25 +0000 (15:21 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Fri, 30 Aug 2024 11:29:16 +0000 (07:29 -0400)
man/dracut.cmdline.7.asc
modules.d/95znet/parse-ccw.sh

index 1f4973edb77950933a953f66cab92b8d634b6284..db183e805e78f3e19008ab26aa3dcca79d8e74fc 100644 (file)
@@ -1394,7 +1394,6 @@ Here is a list of options and their new replacement.
 rdbreak:: rd.break
 
 rd.ccw:: rd.znet
-rd_CCW:: rd.znet
 
 rd_DASD_MOD:: rd.dasd
 
index ccf05bc66e782177a46732df98fafb0c9dacae2c..493a61df5277ce363eb978e83f205fab0d7f4c4d 100755 (executable)
@@ -13,7 +13,7 @@ znet_vinfo() {
     done
 }
 
-for ccw_arg in $(getargs rd.ccw -d 'rd_CCW=') $(getargs rd.znet -d 'rd_ZNET='); do
+for ccw_arg in $(getargs rd.ccw) $(getargs rd.znet -d 'rd_ZNET='); do
     (
         SAVED_IFS="$IFS"
         IFS=","