Skip to content

Commit

Permalink
packer: pi 3 → pi 3 or 4
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Jun 19, 2020
1 parent 5329ccb commit ce33e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/gokr-packer/packer.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ func logic() error {
if err := overwriteDevice(*overwrite, root, partuuid, usePartuuid); err != nil {
return err
}
fmt.Printf("To boot gokrazy, plug the SD card into a Raspberry Pi 3 (no other model supported)\n")
fmt.Printf("To boot gokrazy, plug the SD card into a Raspberry Pi 3 or 4 (no other models supported)\n")
fmt.Printf("\n")
} else {
lower := 1100*MB + 8192
Expand All @@ -552,7 +552,7 @@ func logic() error {
return err
}

fmt.Printf("To boot gokrazy, copy %s to an SD card and plug it into a Raspberry Pi 3 (no other model supported)\n", *overwrite)
fmt.Printf("To boot gokrazy, copy %s to an SD card and plug it into a Raspberry Pi 3 or 4 (no other models supported)\n", *overwrite)
fmt.Printf("\n")
}

Expand Down

0 comments on commit ce33e62

Please sign in to comment.