Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: -P mode writes to new file, not stdout

...

The argument -P  instructs the installer to look for preseedable questions in all its components and to print save the preseed information to stdoutin a new file; after that the installer terminates and no installation or upgrade is attempted.

...

Code Block
$ ./nmis9-9.0.4.run -- -P > /tmp/preseed.txt
  100%    100%  checking file /tmp/selfgz25955/installer...
checking file /tmp/selfgz25955/admin/setup_mongodb.pl...
checking file /tmp/selfgz25955/installer_hooks/01-pre-betaconfirm...
checking file /tmp/selfgz25955/installer_hooks/02-postcopy-dirs...
checking file /tmp/selfgz25955/installer_hooks/05-postcopy-configfiles...
checking file /tmp/selfgz25955/installer_hooks/05-pre-selinux...
...

...