Skip to content

Draft: main/postmarketos-initramfs: do not re-mount boot partition into sysroot

Pablo Correa Gomez requested to merge no-boot-remount into master

Since quite a while we use UUIDs and not just labels in /etc/fstab, making this unnecessary. Instead of re-implementing the /etc/fstab feature, let the rootfs do its thing.

This has actually hidden a serious bug that /boot from /etc/fstab could not be mounted: pmbootstrap!2304 (merged) I guess the main question is how to transition current installations with fat32 or fat16 in /boot where /etc/fstab cannot mount it.

Edited by Pablo Correa Gomez

Merge request reports