eclean-kernel2
eclean-kernel2 copied to clipboard
systemd-boot/gummiboot layout
trafficstars
It would be nice if the systemd-boot/gummiboot /boot layout would be supported.
Sample data:
/boot/${MACHINE_ID}/4.7.0-gentoo:
insgesamt 18M
-rwxr-xr-x 1 root root 13M 28. Jul 00:56 initrd*
-rwxr-xr-x 1 root root 5.1M 28. Jul 00:56 linux*
/boot/${MACHINE_ID}/4.7.1-gentoo:
insgesamt 17M
-rwxr-xr-x 1 root root 12M 18. Aug 18:24 initrd*
-rwxr-xr-x 1 root root 5.1M 18. Aug 18:24 linux*
/boot/loader/entries/:
insgesamt 72K
-rwxr-xr-x 1 root root 315 28. Jul 00:56 ${MACHINE_ID}-4.7.0-gentoo.conf*
-rwxr-xr-x 1 root root 315 18. Aug 18:24 ${MACHINE_ID}-4.7.1-gentoo.conf*
These kernel images were created by /etc/kernel/postinst.d/30_kernel-install:
#!/bin/sh
version="$1" ; shift
image="$1" ; shift
exec /usr/bin/kernel-install add "${version}" "${image}"
/usr/bin/kernel-install is part of sys-apps/systemd.
Yes, this is very important feature on the TODO list.