← Back to team overview

ubuntu-phone team mailing list archive

Re: How to patch "***-preinstalled-phablet-armhf.zip" to install ubuntu-rootfs from sdcard

 

On Fri, Jun 7, 2013 at 11:17 AM, Uto Gmail <utopykzebulon@xxxxxxxxx> wrote:

> Hi there. As I said yesterday some device haven't enough memory in /DATA
> partition to install ubuntu-rootfs.
> To Install it from sdcard follow this guide.
>
> http://forum.xda-developers.**com/showpost.php?p=42290858&**postcount=3<http://forum.xda-developers.com/showpost.php?p=42290858&postcount=3>
> Credits goes to gh1234!


Why not change
package_extract_file("#UBUNTUROOTFS#", "/data/ubuntu-rootfs.tar.gz");

to

package_extract_file("#UBUNTUROOTFS#", "/sdcard/ubuntu-rootfs.tar.gz");

and modify the updater script to use that location?

Cheers.
Sergio

References