Comment 15 for bug 1789920

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

So I think this patch (to ubiquity):

(master)mwhudson@ringil:/opt/opensource/ubiquity$ git diff
diff --git a/finish-install.d/01oem-config-udeb b/finish-install.d/01oem-config-udeb
index afb94f4b3..16940ff2b 100755
--- a/finish-install.d/01oem-config-udeb
+++ b/finish-install.d/01oem-config-udeb
@@ -28,3 +28,6 @@ chroot /target debconf-set-selections <<EOF || true
 oem-config debian-installer/locale select $LOCALE
 oem-config debian-installer/framebuffer boolean $FRAMEBUFFER
 EOF
+# Disable ubiquity.service in the installed system as it conflicts with
+# <email address hidden> which we want to run.
+chroot /target systemctl mask ubiquity.service

will fix the issue, it's a bit gross though.