Go to file
Clayton Craft a2b2c0ee5a
main/postmarketos-initramfs: umount /boot in the initramfs (MR 5751)
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:
c45d7ec0a5/main/postmarketos-initramfs/init.sh (L87)

With this patch, we're now back to umounting /boot in the initramfs.
The second part of that original logic is now handled elsewhere now, and
that seems to be working OK.

The bug was reported here:
https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3279#note_454346

[ci:skip-build]: already built successfully in CI
2024-11-01 14:09:35 -07:00
.ci CI: common.run_pmbootstrap: use simple check=True (MR 5633) 2024-10-23 13:24:10 +02:00
.githooks Add githooks from alpine (MR 4008) 2023-04-12 16:42:45 +02:00
.gitlab/issue_templates .gitlab: Change_Kernel_Config: properly assign label (MR 5553) 2024-09-04 18:45:39 +02:00
cross cross/crossdirect: fakeroot: add helpful error msg (MR 5744) 2024-10-30 22:24:57 +01:00
device linux-next: upgrade to next-20241101 2024-11-01 16:57:37 +00:00
main main/postmarketos-initramfs: umount /boot in the initramfs (MR 5751) 2024-11-01 14:09:35 -07:00
modem modem/samsungipcd: upgrade to v0.3.0 (MR 5698) 2024-10-13 19:51:32 +02:00
temp temp/gnome-shell-mobile: remove dependency on removed networkmanager-common (MR 5740) 2024-10-28 14:10:17 +01:00
.clang-format
.ecrc CI: .ecrc: Exclude temp from check (MR 4858) 2024-02-27 08:24:53 -08:00
.editorconfig editorconfig: add CODEOWNERS (MR 4940) 2024-03-17 22:48:52 +00:00
.gitignore
.gitlab-ci.yml CI: gitlab: increase git clone depth to 100 (MR 5718) 2024-10-19 14:07:38 +02:00
.mrhlpr.json
channels.cfg channels.cfg: mark v23.12 as unsupported 2024-07-31 22:00:52 +02:00
CODEOWNERS device-raspberry-pi3: take over maintainership (MR 5548) 2024-09-01 18:01:03 +02:00
COMMITSTYLE.md COMMITSTYLE: introduce (MR 3908) 2023-03-21 08:32:10 +01:00
kconfigcheck.toml */*: update references to gitlab.postmarketos.org that need no rebuild (MR 5696) 2024-10-07 12:57:38 +02:00
LICENSE
pmaports.cfg pmaports.cfg: set pmbootstrap_min_version=2.3.0 (MR 5046) 2024-05-15 17:08:00 +02:00
README.md README: add mention to COMMITSTYLE (MR 4010) 2023-04-13 23:22:01 -07:00