{"id":18008180,"url":"https://github.com/lanefu/armbian-userpatches-example-indiedroid-nova","last_synced_at":"2025-03-26T12:32:04.003Z","repository":{"id":213713361,"uuid":"617641336","full_name":"lanefu/armbian-userpatches-example-indiedroid-nova","owner":"lanefu","description":"reference implementation of having a unique device completely configured via userpatches.","archived":false,"fork":false,"pushed_at":"2023-12-22T14:29:55.000Z","size":58,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-21T19:12:37.997Z","etag":null,"topics":["armbian","reference-implementation","userpatches"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lanefu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-22T20:04:03.000Z","updated_at":"2024-05-14T16:58:38.000Z","dependencies_parsed_at":"2023-12-22T16:07:50.472Z","dependency_job_id":"4e908f02-d8ce-40d2-847f-f20082dfe9e6","html_url":"https://github.com/lanefu/armbian-userpatches-example-indiedroid-nova","commit_stats":null,"previous_names":["lanefu/armbian-userpatches-example-indiedroid-nova"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanefu%2Farmbian-userpatches-example-indiedroid-nova","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanefu%2Farmbian-userpatches-example-indiedroid-nova/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanefu%2Farmbian-userpatches-example-indiedroid-nova/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanefu%2Farmbian-userpatches-example-indiedroid-nova/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lanefu","download_url":"https://codeload.github.com/lanefu/armbian-userpatches-example-indiedroid-nova/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245654313,"owners_count":20650842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["armbian","reference-implementation","userpatches"],"created_at":"2024-10-30T01:17:46.254Z","updated_at":"2025-03-26T12:32:03.684Z","avatar_url":"https://github.com/lanefu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# armbian-userpatches-example-indiedroid-nova\nReference implementation for the Armbian framework for unofficial boards by having a unique device completely configured via userpatches.\n\n\n## if you haven't used armbian build framework before.\n\nit's best let armbian build framework use docker on your behalf.\n\nthis means 2 things.\n\n1. install docker\n1. add your user account to the `docker` user group so that docker can be ran without sudo\n\nthat might look like this\n\n```bash\nsudo apt install docker.io -y\nsudo usermod -a -G docker ${USER}\nlogout\n```\n\n## usage\n\n```bash\ngit clone https://github.com/armbian/build.git\ncd build\ngit submodule add -f -b main https://github.com/lanefu/armbian-userpatches-example-indiedroid-nova.git userpatches\n```\n\n### interactive build\n\nwill prompt for menus etc\n\n```\n./compile.sh nova\n```\n\n### sid cli build\n\nuses `config-nova-sid.conf` to build a cli based debian sid image\n\n`./compile.sh nova-sid`\n\n### really bloated gnome build\n\nuses `config-nova-gnmoe-bloated.conf` to build a gnome desktop bloated by most application groups selected\n\n`./compile.sh nova-gnome-bloated`\n\n### really really opinionated configuration\n\nuses `config-opinionated.conf` to build a debian sid cli image with custom ssh keys, strip out the normal interactive setup.  ready to boot.. and names itself princess-sbc\n\n\n\n## learn more\n\nRead the armbian docs to better understand the power available in the armbian build framework\n\n\n### Understand Hookpoints\n\nHookpoints allow you to make\n\nadd functions prefixed with any of these [hook points](https://docs.armbian.com/Developer-Guide_Extensions-Hooks/) in your config file.\n\nyou can use them to use [existing functions](https://github.com/armbian/build/tree/main/lib/functions) or [extensions](https://docs.armbian.com/Developer-Guide_Extensions/)\n\n### Understand Extensions\n\nExtensions are a pluggable way to add a rich library of functions to armbian build framework.   Once enabled via a `enable_extension` call, They are generally available for use anywhere.\n\nhttps://docs.armbian.com/Developer-Guide_Extensions/#what-is-an-extension      \"Specifically, extension files should not contain any code outside of functions – they should do nothing when sourced.\"\n\n**NOTE** slight edge-case that hooks related to build dependencies may get executed durring the Docker bootstrapping for cache management purposes regardless of being enabled... those extensions aren't otherwise available unless enabled with `enable_extension`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanefu%2Farmbian-userpatches-example-indiedroid-nova","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flanefu%2Farmbian-userpatches-example-indiedroid-nova","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanefu%2Farmbian-userpatches-example-indiedroid-nova/lists"}