plasma-phone-packaging / pm-flashtool

Tool for Flashing PM as LXC Container on top of CM
44 stars 27 forks source link

plasma-rootfs not found #5

Closed jcuenod closed 6 years ago

jcuenod commented 7 years ago

line 23 in flash-multirom has:

wget -c http://neon.plasma-mobile.org/rootfs/plasma-rootfs-`cat rootfs_stamp`.tar.gz

the plasma-rootfs prefix was wrong for me though; the last three rootfs files I see are pm-rootfs...

Rajpratik71 commented 6 years ago

Manually change the line to wget -c http://image.plasma-mobile.org/rootfs/pm-rootfs-`cat rootfs_stamp`.tar.gz

Rajpratik71 commented 6 years ago

Sorry this on wget -c http://images.plasma-mobile.org/rootfs/pm-rootfs-`cat rootfs_stamp`.tar.gz

jbruechert commented 6 years ago

the mutirom script is currently not supported and it's likely that it won't work at all. Please just make a backup of your current ROM and use the normal flash script.

bhush9 commented 6 years ago

Ass @JBBgameich mentioned, this method of flashing with multirom is outdated. I'll remove script from repo to not cause further confusion