-
- Downloads
postmarketos-initramfs: switch to udev
mdev is slow and missing features, it also requires that we load all the
modules that we include at once making the boot process slower.
udev is required for unl0kr (and buffyboard), it can also load modules
on demand (and asynchronously). Making the boot process considerably
faster on devices, especially for generic images where we have lots of
drivers for different display panels in the initramfs.
This brings us more in line with other distros and generally improves
compatibility.
If devices use broken kernel modules which don't correctly define
modalias', these drivers may not be loaded by udev. This should be fixed
by defining the missing modalias statements in the driver.
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
Showing
- main/postmarketos-initramfs/00-initramfs-base.files 7 additions, 2 deletionsmain/postmarketos-initramfs/00-initramfs-base.files
- main/postmarketos-initramfs/APKBUILD 6 additions, 8 deletionsmain/postmarketos-initramfs/APKBUILD
- main/postmarketos-initramfs/init.sh 4 additions, 7 deletionsmain/postmarketos-initramfs/init.sh
- main/postmarketos-initramfs/init_functions.sh 10 additions, 21 deletionsmain/postmarketos-initramfs/init_functions.sh
- main/postmarketos-initramfs/mdev.conf 0 additions, 33 deletionsmain/postmarketos-initramfs/mdev.conf
Please register or sign in to comment