/srv/irclogs.ubuntu.com/2020/08/31/#ubuntu-installer.txt

=== WrathOfA1hilles is now known as WrathOfAchilles
xnox    def run_success_cmd(self):09:53
xnox        if self.success_cmd != '':09:53
xnox            self.debconf_progress_info(09:53
xnox                self.get_string('ubiquity/install/success_command'))09:53
xnox            execute_root('sh', '-c', self.success_cmd)09:53
xnoxrealtime-neil:  ^09:53
xnoxi see no checking of failures =)09:53
xnoxit's logged, and true/false returned, but return from it is not checked. What do you expect to happen?09:54
xnoxsuccess_command is normally meant for calling home, after install is completed.09:54
xnox`preseed/early_command` and `preseed/late_command`  => are executed from initrd for ubiquity, and are normally meant to generate/affect preseeding.09:55
realtime-neilxnox: I understand; I'll have to dig into what I was doing with the `preseed/{early,late}_command` to get more detail on what wasn't working for me.13:27
realtime-neilxnox: When you say that the `preseed/late_command` is "executed from the initrd", that affects the calling context only, correct? And not the expected ordering? I.e., it executes after (almost) everything in the ubiquity is done, correct?13:28

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!