Skip to content
Snippets Groups Projects
Commit 2bd71505 authored by Gatis Paeglis's avatar Gatis Paeglis
Browse files

ostree: Mount boot partition from user space


In the current approach we assumed that boot/

- is on a separate boot partition
- boot partition is right before rootfs partition
- rootfs parition is provided as a *device node*
- has "ext2" filesystem (mount shell cmd tries to
  auto detect FS type, mount system call does not.)

The new approch does not assume any of the above, and
moves this logic from early user space (initramfs) to
user space. Initramfs by design should be used only to
prepare the rootfs, other tasks should be done later.

Change-Id: Idc429c8061c1fd486658e4b4d170ee487682cc91
Reviewed-by: default avatarSamuli Piippo <samuli.piippo@theqtcompany.com>
parent 91b76a3a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment