LispWorks Release Notes and Installation Guide > 10 Configuration on Linux, x86/x64 Solaris, and FreeBSD > 10.4 Saving and testing the configured image

NextPrevUpTopContentsIndex

10.4.4 Saving a non-windowing image

For some purposes such as scripting it is convenient to have a LispWorks image that does not start the graphical programming environment.

To save an image which does not automatically start the GUI, use a script as described in Create and use a save-image script but pass the :environment argument to save-image . For example:

(save-image "my-tty-lispworks" :environment nil)
LispWorks Release Notes and Installation Guide - 21 Dec 2009

NextPrevUpTopContentsIndex