You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initramfs: use thin-pool on volatile.img instead of static partitions (WIP)
This allows much more flexibility in space usage. The most important use
case if DispVM in Qubes 4.0, where both root and private images should
have CoW layer applied.
This will also ease having completely encrypted volatile.img
(QubesOS/qubes-issues#904).
This is only partial implementation, missing parts:
- fstab adjustments (swap now on /dev/mapper/dmswap instead of
/dev/xvdc1)
- private.img mounting adjustments (possibly /dev/mapper/dmprivate
instead of directly /dev/xvdb)
- only "simple" implementation for dracut modified, others (full
dracut module and debian initramfs) not touched
Also this new approach takes longer to setup - 0.6s vs 0.3s (on some
arbitrary hardware).
QubesOS/qubes-issues#2253
0 commit comments