From ce33e62bcda8886177caf7700e50a129b32bc7b2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 19 Jun 2020 08:59:31 +0200 Subject: [PATCH] =?UTF-8?q?packer:=20pi=203=20=E2=86=92=20pi=203=20or=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit related to https://github.com/gokrazy/gokrazy/issues/48 --- cmd/gokr-packer/packer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gokr-packer/packer.go b/cmd/gokr-packer/packer.go index fa22a70..d78f84b 100644 --- a/cmd/gokr-packer/packer.go +++ b/cmd/gokr-packer/packer.go @@ -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 @@ -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") }