Comment 1 for bug 1654696

Revision history for this message
Newton Liu (newtonl) wrote :

Update regarding #2 and #3:
Apparently there can't be any extra whitespace between "string" and the first command. For example, this doesn't work:

  ubiquity ubiquity/success_command string \
      mkdir /target/foo

While this does work:

  ubiquity ubiquity/success_command \
      string mkdir /target/foo

New issue:
5. Please provide documentation for installing additional packages from the /cdrom/pool during install time. I don't want to have to unsquash the casper/filesystem.squashfs, chroot into it and add packages that way. I would like to be able to run "apt-get install <.deb file in pool>" in the ubiquity/success_command.

6. During oem-config, I see a "Error opening file..." error pop up after oem-config has finished asking questions, and starts installing. However, I can't tell what it failed to open from the oem-config.log (attached).