{"id":19958629,"url":"https://github.com/wick3dr0se/archstrap","last_synced_at":"2025-04-07T15:07:23.118Z","repository":{"id":160698682,"uuid":"612552358","full_name":"wick3dr0se/archstrap","owner":"wick3dr0se","description":"A stupid simple script to bootstrap Arch Linux from other Linux distributions","archived":false,"fork":false,"pushed_at":"2025-02-11T17:51:38.000Z","size":103,"stargazers_count":76,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T14:11:38.322Z","etag":null,"topics":["arch-linux","archlinux","bash","bootstrap","pacman","pacstrap"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wick3dr0se.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-03-11T09:40:14.000Z","updated_at":"2025-03-11T07:28:00.000Z","dependencies_parsed_at":"2025-01-09T10:13:31.548Z","dependency_job_id":null,"html_url":"https://github.com/wick3dr0se/archstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Farchstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Farchstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Farchstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Farchstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wick3dr0se","download_url":"https://codeload.github.com/wick3dr0se/archstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"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":["arch-linux","archlinux","bash","bootstrap","pacman","pacstrap"],"created_at":"2024-11-13T01:43:55.963Z","updated_at":"2025-04-07T15:07:23.088Z","avatar_url":"https://github.com/wick3dr0se.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003earchstrap\u003c/h1\u003e\n\u003cp\u003eA stupid simple, yet powerful Bash script to bootstrap a minimal Arch Linux system environment from any existing Linux system. \u003ccode\u003earchstrap\u003c/code\u003e streamlines the Arch Linux installer process, while avoiding the typical complications of ISO configurations and other complex setups. \u003ccode\u003earchstrap\u003c/code\u003e sets up a tiny root filesystem with just the essential packages such as \u003ccode\u003epacman\u003c/code\u003e, \u003ccode\u003epacstrap\u003c/code\u003e and \u003ccode\u003egenfstab\u003c/code\u003e\u003c/p\u003e\n\u003cp\u003eAfter \u003ccode\u003earchstrap\u003c/code\u003e execution, simply follow the \u003ca href='https://wiki.archlinux.org/title/Installation_guide#Partition_the_disks'\u003eArchWiki\u003c/a\u003e installation guide starting at disk partitioning\u003c/p\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/wick3dr0se/archstrap/master/archstrap.webp\"\u003e\u003c/img\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://shields.io/badge/made-with%20%20bash-green?style=flat-square\u0026color=d5c4a1\u0026labelColor=1d2021\u0026logo=gnu-bash\"\u003e\n\u003cimg src=https://img.shields.io/badge/Maintained%3F-yes-green.svg\u003e\u003c/img\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://img.shields.io/github/license/wick3dr0se/archstrap?style=flat-square\u0026logo=license\"\u003e\n\u003ca href=\"https://discord.gg/W4mQqNnfSq\"\u003e\n\u003cimg src=\"https://discordapp.com/api/guilds/913584348937207839/widget.png?style=shield\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Acquisition\n```bash\ngit clone https://github.com/wick3dr0se/archstrap; cd \"${_##*/}\"\n```\n---\n\n## Execution\n```bash\n./archstrap [mountpoint] [rootfs_name]\n```\n\nIf mountpoint is not specified environment variables `$TMPDIR` and `$XDG_RUNTIME_DIR` are checked. If those envs are empty, it will try to fallback to directory /tmp. on some systems they may be set to something undesirable, like seen in [issue #11](https://github.com/wick3dr0se/archstrap/issues/11); if this is the case, `export $TMPDIR` in your ~/.bash_profile, as discussed above\n\nIf no name is given for the root filesystem (rootfs_name), the filesystem will be named archrootfs\n\n---\n\n## Tips\n`archstrap` must be executed as superuser\n\n`archstrap` verifies the gpg signature of the global mirror it uses. if it fails keys may need to be manually received as *superuser*\n\n```bash\nsudo gpg --receive-key \u003cKEY\u003e\n```\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwick3dr0se%2Farchstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwick3dr0se%2Farchstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwick3dr0se%2Farchstrap/lists"}