USING: tools.deploy.private io.files system ; IN: benchmark.bootstrap2 : bootstrap-benchmark "." resource-path cd vm { "-output-image=foo.image" "-no-user-init" } stage2 ; MAIN: bootstrap-benchmark