Re: [PATCH,RFC] make ide-scsi more selective

Keith Owens (kaos@ocs.com.au)
Thu, 23 Aug 2001 12:49:45 +1000


On Wed, 22 Aug 2001 21:46:03 +0200 (MET DST),
Mikael Pettersson <mikpe@csd.uu.se> wrote:
>Caveat: When listing multiple units, don't use "," to separate their
>names (e.g. units=hdc,hdd). modutils insists that "," separates array
>elements but the actual MODULE_PARM is a single string.

man modules.conf, under options keyword

If any of the MODULE_SPECIFIC_OPTIONS contain characters that are
special to the shell (e.g. space, comma, parentheses) then the
option must be enclosed in '"..."'. The '' delimit the option in
modules.conf, the "" delimit the option when it is passed to the
shell. For example,

abc='"def,ghi jkl (xyz)"'

If that does not work for a string, tell me.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/