9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
IN: image
|
|
USING: help io ;
|
|
|
|
HELP: make-image
|
|
{ $values { "architecture" "a string" } }
|
|
{ $description "Creates a bootstrap image from sources, where " { $snippet "architecture" } " is one of the following:"
|
|
{ $code "amd64" "pentium4" "ppc" "x86" }
|
|
"The new image file is written to the " { $link resource-path } " and is named " { $snippet "boot.image." { $emphasis "architecture" } } "." } ;
|