On Sat, Jun 25, 2016 at 3:51 PM, Alan McKinnon <[email protected]> wrote: > > [1] It's also one of the reasons persistent device naming came into > udev, to try guarantee the same device will always have the same name >
This is also one of the reasons why an initramfs is useful. Linus basically decided that it makes far more sense to have userspace manage this stuff than the kernel, and the initramfs is the way this is accomplished during boot. They didn't remove the existing kernel functionality, but they're not going to be investing in it. -- Rich

