2006-03-25 03:16:25 -05:00
|
|
|
IN: image
|
|
|
|
|
USING: help io ;
|
|
|
|
|
|
2006-08-15 21:23:05 -04:00
|
|
|
HELP: make-image
|
2006-03-25 03:16:25 -05:00
|
|
|
{ $values { "architecture" "a string" } }
|
2006-08-26 15:23:44 -04:00
|
|
|
{ $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" } } "." } ;
|