make-image ( arch -- )
Factor handbook » The implementation » Images » Bootstrapping new images

Next:make-my-image ( -- )


Vocabulary
bootstrap.image

Inputs
archa string


Outputs
None

Word description
Creates a bootstrap image from sources, where architecture is one of the following:
"windows-x86.32" "unix-x86.32" "windows-x86.64" "unix-x86.64"

The new image file is written to the resource-path and is named boot.architecture.image.

Definition