[Bug 1767319] Re: debootstrap on Xenial creates broken install for Bionic related to gnupg1/gnupg2 apt-key dependencies

2018-06-25 Thread Abraham Macías Paredes via ubuntu-bugs
The same thing happens when debootstrap is used under Debian 9. A workaround for this is using: --include=gnupg2 If you are using "lb build" you can configure it like this: lb config --debootstrap-options="--include=gnupg2" I think that the correct package to use must be gnupg2 according to

[Bug 1579454] Re: Ubuntu GNOME 16.04 installer crashes during either copying files or installing the system steps

2016-09-13 Thread Abraham Macías Paredes
I have the same issue. It seems to be a permission problem caused because the "ubuntu" user runs /usr/lib/ubiquity/localechooser/post-base-installer (instead of root). So, when the script try to execute: sed -i 's/^# LANG=$/LANG="'es_ES.UTF-8'"/' /target/etc/default/locale echo $? --> 4