Skip to content

Commit

Permalink
test with mountprefix for turing
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed Dec 19, 2023
1 parent 1e389d1 commit fa071b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (r *TuringRK1) Install(options runtime.BoardInstallOptions) (err error) {
}

src := filepath.Join(options.DTBPath, dtb)
dst := filepath.Join("/boot/EFI/dtb", dtb)
dst := filepath.Join(options.MountPrefix, "/boot/EFI/dtb", dtb)

err = os.MkdirAll(filepath.Dir(dst), 0o600)
if err != nil {
Expand Down

0 comments on commit fa071b1

Please sign in to comment.