To create an image which does not start the LispWorks IDE automatically, make a save-image script, for example in
/tmp/resave.lisp
, containing:
(in-package "CL-USER")
(load-all-patches)
(save-image "~/lw-console"
:console t
:multiprocessing t
:environment nil)
Run LispWorks like this to create the new image
~/lw-console
:
lispworks-6-0-0-x86-linux -build /tmp/resave.lisp