On 05/30/2011 10:53 AM, Adam Williamson wrote:
> On Mon, 2011-05-30 at 20:42 +0300, cornel panceac wrote:
>
>> maybe even better is building initrd without that driver.
>
> I think dracut reads the blacklist when composing initramfs, so if you
> have a module blacklisted when an initramfs is compos
On Sun, May 15, 2011 at 17:54, Tom Horsley wrote:
> I have occasionally wanted the ability to make some bit
> of hardware on my system disappear. Don't want linux to
> fool with it at all (but don't want to take it apart
> and yank the board either :-).
>
> Can I use systemctl to do this? Essentia
On Mon, May 30, 2011 at 7:53 PM, Adam Williamson wrote:
> On Mon, 2011-05-30 at 20:42 +0300, cornel panceac wrote:
>
>> maybe even better is building initrd without that driver.
>
> I think dracut reads the blacklist when composing initramfs, so if you
> have a module blacklisted when an initramfs
On Mon, 2011-05-30 at 20:42 +0300, cornel panceac wrote:
> maybe even better is building initrd without that driver.
I think dracut reads the blacklist when composing initramfs, so if you
have a module blacklisted when an initramfs is composed, it'll be left
out. But that won't help with kernel/i
2011/5/30 Adam Williamson
> On Mon, 2011-05-30 at 12:00 +0200, Harald Hoyer wrote:
>
> > > rd.driver.blacklist=
> >
> > to make it permanent
> >
> > echo blacklist >> /etc/modprobe.d/myblacklist.conf
>
> Those don't actually do the same thing, do they? The former is the
> dracut / initramfs blac
On Mon, 2011-05-30 at 12:00 +0200, Harald Hoyer wrote:
> > rd.driver.blacklist=
>
> to make it permanent
>
> echo blacklist >> /etc/modprobe.d/myblacklist.conf
Those don't actually do the same thing, do they? The former is the
dracut / initramfs blacklist, the latter is the modprobe blacklist.
Am 16.05.2011 20:03, schrieb Bill Nottingham:
> Tom Horsley (horsley1...@gmail.com) said:
>> I've been fooling with the systemctl (unfortunately similar
>> to the sysctl name) tool, and I see "units" for all the
>> devices on my system with long names something like
>> sys-pci-yadda-yadda.device.
Tom Horsley (horsley1...@gmail.com) said:
> I've been fooling with the systemctl (unfortunately similar
> to the sysctl name) tool, and I see "units" for all the
> devices on my system with long names something like
> sys-pci-yadda-yadda.device.
>
> I have occasionally wanted the ability to make
I've been fooling with the systemctl (unfortunately similar
to the sysctl name) tool, and I see "units" for all the
devices on my system with long names something like
sys-pci-yadda-yadda.device.
I have occasionally wanted the ability to make some bit
of hardware on my system disappear. Don't want