> > The problem with modprobe.conf is that it is more like: > > > > command args > > > > than > > > > key value > > > > > > key value usually has unique keys, but command args doesn't. > > > > It's kind of weird A lot of those commands work on something else, say > > /etc/hosts, or /etc/fstab, something that is key value, but just not > working > > on /etc/modprobe.conf. > > > Can you please send me your target modprobe.conf file? > > -- bk >
alias eth0 vmnics alias scsi_hostadapter mptbase alias scsi_hostadapter1 mptscsih install bond0 /sbin/modprobe bonding -o bond0 miimon=100 mode=1 # Added by VMware Tools install pcnet32 /sbin/modprobe -q --ignore-install vmxnet;/sbin/modprobe -q --ignore-install pcnet32 $CMDLINE_OPTS;/bin/true alias char-major-14 sb options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 #alias usb-storage off If alias usb-storage off isn't present, it should add it, otherwise do nothing. Like I said, I'm still experimenting with options, but nothing has worked right yet. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---