Ubuntu Pastebin

Paste from ogra at Fri, 24 Jul 2015 15:47:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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/a/vmlinuz
/boot/b/vmlinuz
/boot/a/initrd.img
/boot/b/initrd.img
/boot/modules-a.img
/boot/modules-b.img
/boot/system-a.squashfs
/boot/system-b.squashfs
Download as text