All Projects → BiteDasher → archbashstrap

BiteDasher / archbashstrap

Licence: BSD-3-Clause license
Install/Bootstrap Arch Linux system without using pacman

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to archbashstrap

Arch
These are easy, in-depth instructions on how to install Arch Linux.
Stars: ✭ 16 (+0%)
Mutual labels:  archlinux, arch-linux
dotfiles
Dotfiles generator that allows quick configuration of different window managers in multiple OSs
Stars: ✭ 36 (+125%)
Mutual labels:  archlinux, arch-linux
dotfiles
Salonia Matteo's dotfiles (GNU/Linux configuration)
Stars: ✭ 19 (+18.75%)
Mutual labels:  archlinux, arch-linux
A-Personal-Arch-Installation-Guide
A Personal Arch Installation Guide In Case of Amnesia
Stars: ✭ 58 (+262.5%)
Mutual labels:  archlinux, arch-linux
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (+131.25%)
Mutual labels:  archlinux, arch-linux
pacwatch
A pacman wrapper which helps you watch important package updates.
Stars: ✭ 24 (+50%)
Mutual labels:  archlinux, arch-linux
HADRIAN
Pantheon Desktop Environment installer script for Arch Linux
Stars: ✭ 19 (+18.75%)
Mutual labels:  archlinux, arch-linux
arch-btrfs-install-guide
Arch Linux installation guide with btrfs and snapper, this guide is based on the information from unicks.eu guide https://www.youtube.com/watch?v=TKdZiCTh3EM, and Arch Linux UEFI step-by-step installation guide https://www.youtube.com/watch?v=dOXYZ8hKdmc from ALU.
Stars: ✭ 32 (+100%)
Mutual labels:  archlinux, arch-linux
arch-pi
A simple script automatically installing Arch Linux for the Raspberry Pi.
Stars: ✭ 38 (+137.5%)
Mutual labels:  archlinux, arch-linux
workstation-bootstrap
My r10k/puppet based workstation bootstrapping and configuration
Stars: ✭ 18 (+12.5%)
Mutual labels:  archlinux, arch-linux
arch-install
A highly configurable script automatically installing Arch Linux.
Stars: ✭ 32 (+100%)
Mutual labels:  archlinux, arch-linux
archdi-pkg
Arch Linux Desktop Installer Packages
Stars: ✭ 46 (+187.5%)
Mutual labels:  archlinux, arch-linux
manjarno
Why you shouldn't use Manjaro
Stars: ✭ 96 (+500%)
Mutual labels:  archlinux, arch-linux
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (+1031.25%)
Mutual labels:  archlinux, arch-linux
dotfiles
My dotfiles based on Makefile
Stars: ✭ 150 (+837.5%)
Mutual labels:  archlinux, arch-linux
tizen-studio-arch
How to install TizenStudio on Arch Linux
Stars: ✭ 31 (+93.75%)
Mutual labels:  archlinux, arch-linux
simplyarch
The blazing fast ⚡ Arch Linux ⚡ installation script that puts you on control 🌟
Stars: ✭ 38 (+137.5%)
Mutual labels:  archlinux, arch-linux
dotfiles
dotfiles of simonvic daily used enviroment
Stars: ✭ 75 (+368.75%)
Mutual labels:  archlinux, arch-linux
asus-fan
Kernel module to get/set (both) fan speed(s) on ASUS Zenbooks
Stars: ✭ 92 (+475%)
Mutual labels:  archlinux, arch-linux
Calinix-Arch
CalinixOS Linux Distribution ISO Profiles
Stars: ✭ 42 (+162.5%)
Mutual labels:  archlinux, arch-linux

archbashstrap

Install/Bootstrap Arch Linux system without using pacman
If you have ever wanted to install Arch Linux from another distribution, then you have come across the need to download pacman. Now there is no need for this, it is enough to have a basic set of utilities to install

For termux users:

Execute the script with the NOCHROOT=1 option if you do not have root access or chroot

How-to use:

archbashstrap --help

How-to generate packages file:

You can grab packages file from this repository (only base group), or create your own. To create file packages with all the required packages for the base group, make sure you have installed the pacman-contrib package, run following command on Arch Linux machine and then copy packages to your local pc

pactree -l -u -s base > packages

If you installed this package from the AUR, you can take the packages file from the file /usr/share/archbashstrap/packages

At the moment, you can create a file only with the "base" group, using the core and extra repositories, since the rest are difficult to parse and provide a package selection dialog. Anyway, you can install other packages after bootstrap.

Dependencies:

sed
coreutils
curl
tar
zstd (because of new packages compression method)
xz

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].