{"id":21260400,"url":"https://github.com/nlm/bootmaker","last_synced_at":"2025-07-13T16:05:42.654Z","repository":{"id":71728250,"uuid":"77870498","full_name":"nlm/bootmaker","owner":"nlm","description":"Simple, Docker-based, light, multi-arch, network-boot Linux system builder, based on Alpine Linux","archived":false,"fork":false,"pushed_at":"2017-04-19T11:48:12.000Z","size":1725,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-03T23:14:24.968Z","etag":null,"topics":["embedded","initrd","network-boot"],"latest_commit_sha":null,"homepage":null,"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/nlm.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-03T00:16:53.000Z","updated_at":"2022-07-19T07:18:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6ca29ab-f9cf-4ff6-9043-eb2b485e9087","html_url":"https://github.com/nlm/bootmaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nlm/bootmaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fbootmaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fbootmaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fbootmaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fbootmaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlm","download_url":"https://codeload.github.com/nlm/bootmaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlm%2Fbootmaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167476,"owners_count":23721450,"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":["embedded","initrd","network-boot"],"created_at":"2024-11-21T04:18:21.972Z","updated_at":"2025-07-13T16:05:42.636Z","avatar_url":"https://github.com/nlm.png","language":"Shell","readme":"bootmaker\n=========\n![Build Status](https://travis-ci.org/nlm/bootmaker.svg?branch=master)\n\nSimple, Docker-based, light, network-boot Linux system, based on Alpine.\n\nHow it works\n------------\n\nIt uses Docker Alpine Linux images from [multiarch](https://github.com/multiarch) to build a light\nrootfs, pack it into an initramfs, and provide a matching kernel.\n\nHow to use ?\n------------\n\nCustomize your image if needed:\n\n- edit the Dockerfile.template\n- edit init from assets/init/init\n- add services in assets/etc/services-parts\n\nBuild the `initrd.img` and extract `vmlinuz`:\n\n```\n# BOOTMAKER_ARCH=x86_64 ./build.sh\n```\n\nYou'll get the files, ready to be distributed via pxe\nto network-boot your machines\n\nSupported architectures\n-----------------------\n\n- x86_64\n- armhf\n\nmore to come...\n\nCross Building\n--------------\n\nAdd support for crossbuilding, then build your image normally:\n```\napt-get install qemu-user-static\ndocker run --rm --privileged multiarch/qemu-user-static:register\n```\n\nExample pxelinux config\n-----------------------\n\n```\nmenuentry \"Bootmaker image\" {\n  set root=(pxe)\n  set gfxpayload=1024x768x16,1024x768\n  echo \"loading linux...\"\n  linux /boot/vmlinuz quiet ro nofb nomodeset console=tty0\n  echo \"loading initrd...\"\n  initrd /boot/initrd.img\n  echo \"booting...\"\n  boot\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlm%2Fbootmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlm%2Fbootmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlm%2Fbootmaker/lists"}