~calebccff/pmos_ota

359e05732b77d517cfafb5e20d01199f8a7e1856 — Caleb Connolly 1 year, 10 months ago 2f130d3 main
note initramfs mkinitfs changes
1 files changed, 10 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +10 -0
@@ 49,6 49,11 @@ have the same initial contents.

## Setup

Checkout the pmaports branch `caleb/postmarketos-ota`. Some changes to the
ramdisk init are needed to make this work. It's a bit hacky for now but I think
it will be fairly straightforward to implement. If OTA updates are enabled then
we'll place a flag in the ramdisk to enable the necessary behaviour.

For initial boot testing and such, something like the following works... The
root partition won't be mounted read-only by default, this is alright... To test
that specifically you can use `btrfs property set -ts / ro true`


@@ 120,6 125,11 @@ received snapshots are readonly and don't provide a mechanism to access other
subvolumes. This should be fixed if the rootfs is `dd`'d over on first boot or
something.

## Bugs

For some reason /tmp isn't getting mounted automatically for me anymore, this
causes tinydm to fail.

## Random notes

```bash