Neil Bothwick wrote: > On Sat, 07 Feb 2015 16:06:21 -0600, Dale wrote: > >>> From the Changelog: >>> >>> At the request of QA team the use of DRACUT_MODULES use-expand has >>> been removed as well as run-time (pseudo-suggested) dependencies. >>> Instead, the list of suggested dependencies is printed in postinst >>> log message. See bug #498832. >>> >>> So DRACUT_MODULES is no longer used. >> Great. I peeked in the ebuild but didn't check the changelog. So, I'll >> try removing the line and see what blows up. > Nothing, you will be removing a line that is ignored anyway. All that's > wrong with having the line there is your expectation that it does > something :) > >
Well, I ended up having to remove some other things to before it would compile correctly. I had to remove things from make.conf and the dracut config too. After several attempts, I finally got to a point where it would build correctly, both compile and create the init thingy. So, I now have a couple kernels that have a init thingy, testing with that, and a few that don't, just in case the test fails. Sorta something like this: root@fireball / # /root/grub-update Generating grub configuration file ... Found linux image: /boot/kernel-3.16.3-2 Found initrd image: /boot/initramfs-3.16.3-2.img Found linux image: /boot/kernel-3.16.3-1 Found initrd image: /boot/initramfs-3.16.3-1.img Found linux image: /boot/kernel-3.16.0-1 Found linux image: /boot/kernel-3.14.0-1 Found linux image: /boot/kernel-3.13.6-1 Found linux image: /boot/kernel-3.11.6-1 done root@fireball / # Planning to test them here shortly. Then to see how long before it flunks the test, like last time I used this thing. I also realized I have a spare 750GB drive to. That could come in handy. ;-) Thanks. Dale :-) :-)

