=== WrathOfA1hilles is now known as WrathOfAchilles [09:53] def run_success_cmd(self): [09:53] if self.success_cmd != '': [09:53] self.debconf_progress_info( [09:53] self.get_string('ubiquity/install/success_command')) [09:53] execute_root('sh', '-c', self.success_cmd) [09:53] realtime-neil: ^ [09:53] i see no checking of failures =) [09:54] it's logged, and true/false returned, but return from it is not checked. What do you expect to happen? [09:54] success_command is normally meant for calling home, after install is completed. [09:55] `preseed/early_command` and `preseed/late_command` => are executed from initrd for ubiquity, and are normally meant to generate/affect preseeding. [13:27] xnox: 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:28] xnox: 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?