If a non system user already exists user-setup-ask does terminate immediately. This is caused by is_system_user in functions.sh in /usr/lib/oem-config/user
Overriding is_system_user like this will allow to generate a second user during oem-config-firstboot: # Workaround when there is a user between 1000-29999 is_system_user() { return 1 } ** Changed in: oem-config (Ubuntu) Status: Confirmed => Triaged -- oem-prepare cannot cope if oem creates user (?) https://bugs.launchpad.net/bugs/153310 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs