From: Harald Hoyer Date: Mon, 12 May 2014 12:36:08 +0000 (+0200) Subject: cms/cmssetup.sh: convert SUBCHANNELS to lowercase X-Git-Tag: 038~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d57a70ec89740dc6ddc09ea23b6fc4c3a6a531;p=thirdparty%2Fdracut.git cms/cmssetup.sh: convert SUBCHANNELS to lowercase In udev rules, the channels need to be expressed in lower case. --- diff --git a/modules.d/80cms/cmssetup.sh b/modules.d/80cms/cmssetup.sh index 36955bc3b..c9e133146 100755 --- a/modules.d/80cms/cmssetup.sh +++ b/modules.d/80cms/cmssetup.sh @@ -144,6 +144,7 @@ function dasd_settle_all() { processcmsfile() { source /tmp/cms.conf + SUBCHANNELS="$(echo $SUBCHANNELS | sed 'y/ABCDEF/abcdef/')" if [[ $NETTYPE ]]; then (