Skip to content

Commit

Permalink
fix: soquartz-cm4 naming, profiles pkg, go.work
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Plant <[email protected]>
  • Loading branch information
pl4nty committed Apr 7, 2024
1 parent d9a05af commit 765bfbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ use (
./installers/rockpi4/src
./installers/rockpi4c/src
./installers/rock4cplus/src
./installers/soquartz-cm4/src
)
2 changes: 1 addition & 1 deletion installers/soquartz-cm4/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (i *soquartzCM4) GetOptions(extra soquartzCM4ExtraOptions) (overlay.Options
}

return overlay.Options{
Name: "soquartzcm4",
Name: "soquartz-cm4",
KernelArgs: kernelArgs,
PartitionOptions: overlay.PartitionOptions{
Offset: 2048 * 10,
Expand Down
2 changes: 2 additions & 0 deletions profiles/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ finalize:
to: /rootfs/profiles
- from: /pkg/rock4cplus
to: /rootfs/profiles
- from: /pkg/soquartz-cm4
to: /rootfs/profiles

0 comments on commit 765bfbf

Please sign in to comment.