Ubuntu Pastebin

Paste from ogra at Fri, 24 Jul 2015 15:43:02 +0000

Download as text
1
2
3
4
5
6
7
8
9
only use two partitions, one for /boot, one for /writable.
/boot contains all readonly parts as images with having the modules separately in a modules.img file that the initrd loop mounts early during boot (and later move mounts to /lib/modules on the running system). 
readonly rootfs partitions are replaced by squashfs images that reside in the /boot partition.

/boot/vmlinuz
/boot/initrd.img
/boot/modules.img
/boot/system-a.squashfs
/boot/system-b.squashfs
Download as text