Skip to content

Commit

Permalink
boards/odroid-C2: Add default installation steps
Browse files Browse the repository at this point in the history
Reminder: this is a bespoke build process.
  • Loading branch information
samueldr committed Feb 26, 2022
1 parent ac6d9e2 commit a32c939
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boards/odroid-C2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,9 @@
length = 4 * 1024 * 1024; # Expected max size
};
};
documentation.sections.installationInstructions =
(config.documentation.helpers.genericInstallationInstructionsTemplate {
startupConflictNote = "";
})
;
}

0 comments on commit a32c939

Please sign in to comment.