Open tjaalton opened 2 months ago
@tjaalton Make sure you have /etc/initrd-release though. Otherwise your system will not boot. You probably pass --skeleton
to a directory that does not really enough to boot.
yeah etc/ gets populated later on in create_initrd, and includes etc/initrd-release, so that part is covered
Hi,
Installing kernels (with u-c-i installed) on oracular fails as ldconfig fails to run:
creating /etc by adding it to the files installed by install_misc makes sure it exists before ldconfig, so it seems as if it used to be included there indirectly by something else.
This is easy to reproduce on a chroot as well.