Make a copy of
config/configure.lisp
called
/tmp/my-configuration.lisp
. When you have made any desired changes in
my-configuration.lisp
you can save a new LispWorks image. To do this, follow the instructions below.
/tmp/save-config.lisp
, containing:(load-all-patches)
(load "/tmp/
my-configuration.lisp")
(save-image "my-lispworks")
% cd /usr/local/lib/LispWorks
%
lispworks-5-1-0-x86-linux
-siteinit - -build
/tmp/save-config.lisp
If the image will not run at this stage, it is probably not finding a valid key.
Note that the command line also suppresses the
siteinit
because this will be loaded automatically when you start the configured image.
Saving the image takes some time.
You can now use the new
my-lispworks
image by starting it just as you did the supplied image. The supplied image is not required after the configuration process has been successfully completed.
Do not try to save a new image over an image that is currently running. Instead, save an image under a unique name, and then, if necessary, replace the new image with the old one after the call to
save-image
has returned.