Fixes a bug where the kernel thinks the boot partition is still mounted
and it's unavailable for mounting in the rootfs
If you look at what the initramfs was doing before !5635, it was
explicitly umounting the boot partition from /boot in the initramfs and
then mounting it under /boot in the rootfs:
|
||
---|---|---|
.. | ||
00-default.modules | ||
00-initramfs-base.dirs | ||
00-initramfs-base.files | ||
00-initramfs-extra-base.files | ||
APKBUILD | ||
init_2nd.sh | ||
init_functions_2nd.sh | ||
init_functions.sh | ||
init.sh | ||
mdev.conf | ||
unudhcpd.conf |