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. I have

Re: systemd question

2011-05-30 Thread Adam Williamson
On Mon, 2011-05-30 at 12:00 +0200, Harald Hoyer wrote: rd.driver.blacklist=driver to make it permanent echo blacklist drivername /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

Re: systemd question

2011-05-30 Thread cornel panceac
2011/5/30 Adam Williamson awill...@redhat.com On Mon, 2011-05-30 at 12:00 +0200, Harald Hoyer wrote: rd.driver.blacklist=driver to make it permanent echo blacklist drivername /etc/modprobe.d/myblacklist.conf Those don't actually do the same thing, do they? The former is the

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

Re: systemd question

2011-05-30 Thread drago01
On Mon, May 30, 2011 at 7:53 PM, Adam Williamson awill...@redhat.com 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

Re: systemd question

2011-05-30 Thread Jason D. Clinton
On Sun, May 15, 2011 at 17:54, Tom Horsley horsley1...@gmail.com 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

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 composed,

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 some