X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 9B201DC1729; Mon, 20 Jul 2015 06:32:46 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id D67F5DC0217; Mon, 20 Jul 2015 06:32:45 +0000 (UTC) Date: Mon, 20 Jul 2015 08:32:42 +0200 From: Natanael Copa To: Isaac Dunham Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] eudev pushed to git master (edge) Message-ID: <20150720083242.78af0196@ncopa-desktop.alpinelinux.org> In-Reply-To: <20150719204716.GB1862@newbook> References: <20150717115207.72d3a1e6@ncopa-desktop.alpinelinux.org> <20150719204716.GB1862@newbook> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Sun, 19 Jul 2015 13:47:17 -0700 Isaac Dunham wrote: > As far as I can tell, the hotplugging is not hardcoded, but entirely > within rules/80-drivers.rules > If I am correct, you could enable use of Busybox via: > > sed -e 's/RUN{builtin}\(.*\)kmod load/RUN\1modprobe -ab/g' -i \ > "$pkgdir"/lib/udev/rules.d/80-drivers.rules This looks interesting. I ended up pulling in kmod's modprobe/demopd as a hard dep for now, at least til we have fixed busybox's depmod. > Testing that might be...interesting, though. > I shall try it once I'm out of mutt. > > Thanks, > Isaac Dunham -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---