On 11 November 2013 09:14, François Leblanc <[email protected]> wrote: > Hello, > > Using system.img instead of old ubuntu dir for flipped model result in touch > script fail initrd: device is unknow. > > I use trusty-preinstalled-touch-armhf.zip from > http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current > > 'touch' script try to : > > mount -o loop,ro ${rootmnt}/var/lib/lxc/android/system.img /android-system > > but I have no system.img here, only rootfs > > > Where does come from the rootfs here I don't knwon when this rootfs is > create (at install of trusty preinstalled-touch-armhf.zif) or by kernel init > ramdisk script? > > So I don't know which is in charge of creating system.img in > /var/lib/lxc/android/ and why I don't have this created? >
/var/lib/lxc/android/system.img is android system-image for your device. There is a small change as it is expected to have android ramdisk stored as /boot/android-ramdisk.img inside that android system image. Regards, Dmitrijs. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

