Re: systemd question

2011-05-30 Thread Bob Arendt
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

Re: systemd question

2011-05-30 Thread Jason D. Clinton
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

Re: systemd question

2011-05-30 Thread drago01
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

Re: systemd question

2011-05-30 Thread Adam Williamson
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

Re: systemd question

2011-05-30 Thread cornel panceac
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

Re: systemd question

2011-05-30 Thread 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 blacklist, the latter is the modprobe blacklist.

Re: systemd question

2011-05-30 Thread Harald Hoyer
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.

Re: systemd question

2011-05-16 Thread 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. > > I have occasionally wanted the ability to make

systemd question

2011-05-15 Thread Tom Horsley
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