Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyberg committed Dec 16, 2024
1 parent 53310ee commit 7d729b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func (m *Manifest) AddUserProgram(imgpath string, arm bool) (err error) {
imgpath = filepath.Join(m.targetRoot, imgpath)
}

fmt.Printf("adding user program of %s\n", imgpath)
a := archCheck(imgpath)
if arm && a != "arm" || !arm && a == "arm" {
fmt.Printf("you are trying to mix %s [%s] with the wrong kernel\n", imgpath, a)
Expand Down

0 comments on commit 7d729b0

Please sign in to comment.