gokrazy / tools

this repository contains the gok CLI tool of gokrazy
https://gokrazy.org
BSD 3-Clause "New" or "Revised" License
50 stars 27 forks source link

Specifying both -overwrite_boot and -overwrite_root does not result in 2 images #5

Closed stapelberg closed 7 years ago

stapelberg commented 7 years ago

Example invocation:

gokr-packer -overwrite_boot=/tmp/boot.fat -overwrite_root=/tmp/root.fat $GOPROJ

originally reported in https://github.com/gokrazy/gokrazy/issues/27#issuecomment-298571058

ghost commented 7 years ago

will wait until this is fixed before going forward. I started to write a golang package to wrap some of the aspects of updating the firmware that handles the differences between Linux and OSX and Windows.

stapelberg commented 7 years ago

This shouldn’t block you. As a workaround, you can just call gokr-packer twice in a row:

gokr-packer -overwrite_boot=/tmp/boot.fat  $GOPROJ
gokr-packer -overwrite_root=/tmp/root.fat $GOPROJ
ghost commented 7 years ago

thanks :)

On Tue, 2 May 2017 at 12:31 Michael Stapelberg notifications@github.com wrote:

This shouldn’t block you. As a workaround, you can just call gokr-packer twice in a row:

gokr-packer -overwrite_boot=/tmp/boot.fat $GOPROJ gokr-packer -overwrite_root=/tmp/root.fat $GOPROJ

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gokrazy/tools/issues/5#issuecomment-298598083, or mute the thread https://github.com/notifications/unsubscribe-auth/ATuCwvtN-9SPw_cxxmURaIrzqUb5N_Odks5r1wXwgaJpZM4NN5oT .