Code review comment for lp:~alextu/lxc-android-config/lp1575564_include_rules_in_device_tarball

Revision history for this message
Alex Tu (alextu) wrote :

I tried add the paths to debian/dirs, But it gets error becasue installation process try to remove something under /system which is a loop mount with system.img.

debian/dirs:
$ cat debian/dirs
system/ubuntu/usr/share/apparmor/hardware/audio.d
system/ubuntu/usr/share/apparmor/hardware/video.d
system/ubuntu/usr/share/apparmor/hardware/graphics.d

error:
$ sudo dpkg -i lxc-android-config_0.2
(Reading database ... 51069 files and directories currently installed.)
Preparing to unpack lxc-android-config_0.230+15.04.20160425-0ubuntu1_all.deb ...
Unpacking lxc-android-config (0.230+15.04.20160425-0ubuntu1) over (0.230+15.04.20160425-0ubuntu1) ...
dpkg: error processing archive lxc-android-config_0.230+15.04.20160425-0ubuntu1_all.deb (--install):
 unable to securely remove '/system/ubuntu.dpkg-tmp': Read-only file system
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for dbus (1.8.12-1ubuntu5) ...
Errors were encountered while processing:
 lxc-android-config_0.230+15.04.20160425-0ubuntu1_all.deb

« Back to merge proposal