Tool for Flashing CM+PM as LXC Container
--update_package=/sdcard/cm.zip
To run..
git clone https://github.com/plasma-phone-packaging/pm-flashtool.git
cd pm-flashtool
./pm-flash
Without options pm-flash script downloads all files again, pass '-c' to let it use cache instead
./pm-flash -c
This
a) Downloads the files required in ~/.cache/plasmaphone b) Flashes cyanogenmod c) Puts togather lxc and plasma rootfs
After that you can run
adb root
adb shell
lxc-start -n system -F
to get login console and plasma started
See instructions here : https://community.kde.org/Plasma/Mobile/CyanogenModBase#MultiROM_instructions_.28For_dualboot.29