{"id":17250390,"url":"https://github.com/sorah/gentoo-build","last_synced_at":"2025-08-05T04:05:20.739Z","repository":{"id":31563749,"uuid":"35128478","full_name":"sorah/gentoo-build","owner":"sorah","description":"shell scripts that builds systemd based gentoo box for x86_64 platform","archived":false,"fork":false,"pushed_at":"2017-11-28T17:45:12.000Z","size":79,"stargazers_count":22,"open_issues_count":0,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-14T05:12:38.074Z","etag":null,"topics":["bare-metal","ec2","gentoo","packer","provisioning"],"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/sorah.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}},"created_at":"2015-05-05T23:12:58.000Z","updated_at":"2024-09-01T21:17:41.000Z","dependencies_parsed_at":"2022-07-24T17:17:10.243Z","dependency_job_id":null,"html_url":"https://github.com/sorah/gentoo-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sorah/gentoo-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorah%2Fgentoo-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorah%2Fgentoo-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorah%2Fgentoo-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorah%2Fgentoo-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorah","download_url":"https://codeload.github.com/sorah/gentoo-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorah%2Fgentoo-build/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268831115,"owners_count":24314143,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bare-metal","ec2","gentoo","packer","provisioning"],"created_at":"2024-10-15T06:47:07.358Z","updated_at":"2025-08-05T04:05:20.686Z","avatar_url":"https://github.com/sorah.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gentoo-build\n\nshell scripts that builds systemd based gentoo box for x86_64 platform.\n\n## Usage\n\n### Basic\n\n```\n$ cp ./variables{.sample,}.sh\n$ vi ./variables.sh\n$ ./minify.sh /tmp/gentoo-build.sh\n$ scp /tmp/gentoo-build.sh installer:/tmp/gentoo-build.sh\n$ ssh installer /tmp/gentoo-build.sh\n```\n\n### Packer (virtualbox-iso, amazon-ebs)\n\n```\n$ packer build --var 'subnet_id=subnet-XXX' --var 'vpc_id=vpc-XXX' packer/gentoo.json\n$ packer build --only=virtualbox-iso --var 'subnet_id=' --var 'vpc_id=' packer/gentoo.json\n```\n\npacker build should be run in the repository root directory.\n\n## Built images using packer\n\nYou can use these if you can trust me. Note that the images are provided w/o any warranty. And the images can be removed w/o any notices.\nIf you want persistent copy, build by your own.\n\n### Vagrant (virtualbox, qemu, aws)\n\nhttps://atlas.hashicorp.com/sorah/boxes/gentoo\n\nNot frequently updated\n\n### AWS EC2 AMI\n\n\u003c!-- s/\\v^(.+): (.+)$/- \\1: [`\\2`](https:\\/\\/console.aws.amazon.com\\/ec2\\/home?region=\\1#launchAmi=\\2)/ --\u003e\n\ngentoo-20170706-595e850a-1ade-86bb-c236-ecf2ea883c22\n\n- ap-northeast-1: [`ami-59d1ce3e`](https://console.aws.amazon.com/ec2/home?region=ap-northeast-1#launchAmi=ami-59d1ce3e)\n- ap-south-1: [`ami-433c452c`](https://console.aws.amazon.com/ec2/home?region=ap-south-1#launchAmi=ami-433c452c)\n- ap-southeast-1: [`ami-225fd541`](https://console.aws.amazon.com/ec2/home?region=ap-southeast-1#launchAmi=ami-225fd541)\n- ca-central-1: [`ami-9b7cc3ff`](https://console.aws.amazon.com/ec2/home?region=ca-central-1#launchAmi=ami-9b7cc3ff)\n- eu-central-1: [`ami-0442e26b`](https://console.aws.amazon.com/ec2/home?region=eu-central-1#launchAmi=ami-0442e26b)\n- eu-west-2: [`ami-16c8de72`](https://console.aws.amazon.com/ec2/home?region=eu-west-2#launchAmi=ami-16c8de72)\n- sa-east-1: [`ami-e5671289`](https://console.aws.amazon.com/ec2/home?region=sa-east-1#launchAmi=ami-e5671289)\n- us-east-1: [`ami-0d64601b`](https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-0d64601b)\n- us-east-2: [`ami-ceedccab`](https://console.aws.amazon.com/ec2/home?region=us-east-2#launchAmi=ami-ceedccab)\n- us-west-1: [`ami-a3f8d7c3`](https://console.aws.amazon.com/ec2/home?region=us-west-1#launchAmi=ami-a3f8d7c3)\n- us-west-2: [`ami-77c6d50e`](https://console.aws.amazon.com/ec2/home?region=us-west-2#launchAmi=ami-77c6d50e)\n\n## Note\n\n### Packer virtualbox support\n\n- default user name is `vagrant`, and its password is `vagrant`\n- NOPASSWD sudo access enabled for `wheel` group, which vagrant user belongs to.\n\n### Packer EC2 support\n\n- cloud-init has enabled\n- default user name is `gentoo`\n  - NOPASSWD sudo access enabled for the user\n  - default user creation is done via cloud-init.\n- IPv6 is not supported out-of-the-box\n  - As of Jan 31st, AWS' DHCPv6 server implementation doesn't respond to packets sent from systemd-networkd :/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorah%2Fgentoo-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorah%2Fgentoo-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorah%2Fgentoo-build/lists"}