On Sat, 2011-04-30 at 22:34 +0200, Alexander Wuerstlein wrote:
> On 11-04-30 21:41, maximilian attems wrote:
> > which module-init-tools do you use?
>
> 3.12-1
>
> > and why not emmit the warning there properly.
> > to have that fixed for dractu too.
>
> Yes, that would be possible, too, but:
>
On 11-04-30 21:41, maximilian attems wrote:
> which module-init-tools do you use?
3.12-1
> and why not emmit the warning there properly.
> to have that fixed for dractu too.
Yes, that would be possible, too, but:
modprobe emits an error that is suppressed by the --quiet parameter:
| # modprobe
which module-init-tools do you use?
and why not emmit the warning there properly.
to have that fixed for dractu too.
thanks
--
maks
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
--- hook-functions.old 2011-04-30 19:20:23.0 +0200
+++ hook-functions 2011-04-30 20:04:11.0 +0200
@@ -42,10 +42,20 @@
# Add dependent modules + eventual firmware
manual_add_modules()
{
- local kmod firmware
+ local kmods kmod firmware
- for kmod in $(mo
4 matches
Mail list logo