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, creating a local version.
/tmp/config.lisp
, containing:(load-all-patches)
(load "/tmp/my-configuration.lisp")
(save-image "/usr/local/bin/lispworks")
% cd /usr/lib/lispworks
% lispworks-
5-1-0
-sparc-solaris -siteinit - -build /tmp/config.lisp
If the image will not run at this stage, it is probably not finding a valid key. See Obtaining and Installing your license keys
The
siteinit.lisp
is also suppressed because this will be loaded automatically when you start the configured image. Saving the image takes some time.
You can now use the new image by starting it just as you did the supplied image. Saving a new image over the old one is not recommended. Use a unique name.