Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horgix/arch_chroot_bootstrap
:flashlight: Basic shell to prepare a functionnal Arch Linux chroot to be used from other Linux distributions
https://github.com/horgix/arch_chroot_bootstrap
arch-linux archlinux chroot
Last synced: 14 days ago
JSON representation
:flashlight: Basic shell to prepare a functionnal Arch Linux chroot to be used from other Linux distributions
- Host: GitHub
- URL: https://github.com/horgix/arch_chroot_bootstrap
- Owner: Horgix
- Created: 2017-01-03T19:28:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T15:14:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T17:24:45.341Z (16 days ago)
- Topics: arch-linux, archlinux, chroot
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What
Basic shell script to bootstrap a functionnal Arch Linux chroot to be used from
other Linux distributions.# Why
When you have servers hosted by a provider, you might be limited on what you
can boot on for recovery purpose. This is my case with
[Online](https://www.online.net/en) servers.This script has been made to get a minimal working Arch Linux chroot on their
Ubuntu 16.04 recovery image booted from PXE. This allows me to make sure I get
the tools I need, including specific stuff like `pacstrap` (even if, yes, it
could be installed while on Ubuntu without this chroot) to install new systems.# How to
```
wget https://raw.githubusercontent.com/Horgix/arch_chroot_bootstrap/master/arch_chroot.sh -O arch_chroot.sh && chmod +x arch_chroot.sh && ./arch_chroot.sh
```