ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #04308
Re: [DEVELOPMENT] script/touch and saucy-preinstalled-touch-armhf.zip
Hi Francois,
You may notice the touch script only checks if system.img exists, and
if it doesn't (which is the case for "cdimage"-style images, as
opposed to "system" images), it just skips most of the script and does
this instead:
# Old flipped model
elif [ -d /tmpmnt/ubuntu ]; then
mount --bind /tmpmnt/ubuntu ${rootmnt}
mountroot_status="$?"
Right now all ports use the "old" flipped model AFAIK, so you're fine
without system.img. Hope this helps! :)
Florian
2013/9/26 François Leblanc <fleblanc50@xxxxxxxxx>:
> Hello
>
> I get in trouble.
>
> script/touch try to mount system.img but I dont't see scripts in
> saucy-preinstalled-touch-armhf.zip creating this file system.img....
>
> Moreover in saucy-preinstalled-touch-armhf.zip extracted and untar I have
> SWAP.swp file but touch script try to mount SWAP.img...
>
>
> I have certainly missed something...
>
> http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/saucy-preinstalled-touch-armhf.zip
>
> and
>
> scripts/touch
>
> seems not made to work together...
>
> Where is my mistake?
>
> Regards
>
>
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help : https://help.launchpad.net/ListHelp
>
References