build.sh: make_boot_image can just use -run=bootstrap.image.

master
John Benediktsson 2020-05-17 19:55:59 -07:00
parent d85d3e861c
commit 65d7e3fad1
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ refresh_image() {
} }
make_boot_image() { make_boot_image() {
./$FACTOR_BINARY -e="\"$MAKE_IMAGE_TARGET\" USING: system bootstrap.image memory ; make-image save 0 exit" ./$FACTOR_BINARY -run="bootstrap.image" "$MAKE_IMAGE_TARGET"
check_ret factor check_ret factor
} }