We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To add snapshot support, we need to enable few kernel options:
Device Drivers ---> [*] Multiple devices driver support (RAID and LVM) ---> [CONFIG_MD] <*/M> Device mapper support [CONFIG_BLK_DEV_DM] <*/M/ > Crypt target support [CONFIG_DM_CRYPT] <*/M/ > Snapshot target [CONFIG_DM_SNAPSHOT] <*/M/ > Thin provisioning target [CONFIG_DM_THIN_PROVISIONING] <*/M/ > Mirror target [CONFIG_DM_MIRROR]
Reference: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/lvm2.html
Request: https://together.jolla.com/question/205304/request-add-modules-required-for-lvm-snapshots-to-xperia-x-kernel/
However, to use it in practice, we need to be able to unmount /rootfs in rescue mode.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To add snapshot support, we need to enable few kernel options:
Reference: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/lvm2.html
Request: https://together.jolla.com/question/205304/request-add-modules-required-for-lvm-snapshots-to-xperia-x-kernel/
However, to use it in practice, we need to be able to unmount /rootfs in rescue mode.
The text was updated successfully, but these errors were encountered: