From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pratyush Anand Subject: Re: [PATCH V2 dracut 2/2] watchdog: install module for active watchdog Date: Tue, 8 Mar 2016 07:45:31 +0530 Message-ID: <20160308021531.GD20953@dhcppc3.redhat.com> References: <0d7adcfdf08f4eb753a0e65e7e65d5fe0ef22f70.1456919929.git.panand@redhat.com> <56DD86D4.8040800@redhat.com> <20160307162813.GC20953@dhcppc3.redhat.com> <56DDB1DF.7050500@redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <56DDB1DF.7050500-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Harald Hoyer Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, dzickus-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org On 07/03/2016:05:52:47 PM, Harald Hoyer wrote: > On 07.03.2016 17:28, Pratyush Anand wrote: > > > > In some cases there could be an alias representing more than one module like as > > follows > > # modprobe -R pci:v00008086d000024D0sv00000000sd00000000bc06sc01i00 > > intel_rng > > lpc_ich > > > > In such cases, we need to convert the above output of `modprobe -R` into the > > format like intel_rng,lpc_ich, so that we can ask instmods to install all of them. > > But instmods wants space separated arguments Ohh, I mistaken with rd.driver.pre :(. Will correct. Thanks for pointing it out. ~Pratyush