IN: image USING: help io ; HELP: make-image "( architecture -- )" { $values { "architecture" "a string" } } { $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of " { $snippet "x86" } ", " { $snippet "ppc" } " or " { $snippet "amd64" } ". The new image file is written to the current working directory (see " { $link cwd } " and is named " { $snippet "boot.image." { $emphasis "architecture" } } "." } ;