Skip to content

Commit

Permalink
Print known previous commit in case old behavior is wanted
Browse files Browse the repository at this point in the history
This just adds a fixed commit instead of the placeholder. Might be
changed later once versions are made.

Signed-off-by: Marvin Drees <[email protected]>
  • Loading branch information
MDr164 committed Jun 7, 2022
1 parent cf52dce commit 7889316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func Main(l ulog.Logger, buildOpts *gbbgolang.BuildOpts) error {
var b builder.Builder
switch *build {
case "bb", "gbb":
l.Printf("NOTE: building with the new gobusybox; to get the old behavior check out version XXX") // TODO(MDr164): Find consensus on a "legacy" version
l.Printf("NOTE: building with the new gobusybox; to get the old behavior check out commit e415592")
b = builder.GBBBuilder{ShellBang: *shellbang}
case "binary":
b = builder.BinaryBuilder{}
Expand Down

0 comments on commit 7889316

Please sign in to comment.