Nenhuma descrição

linux4life 22bd6f630a Atualizar 'artix-rootfs.sh' 1 ano atrás
README.md 673ab8fdcb Atualizar 'README.md' 2 anos atrás
artix-bootstrap.sh 4117cd6dc9 Atualizar 'artix-bootstrap.sh' 2 anos atrás
artix-rootfs.sh 22bd6f630a Atualizar 'artix-rootfs.sh' 1 ano atrás
get-pacman-dependencies.sh 2821f4ab9e Enviar arquivos para '' 2 anos atrás

README.md

artix-bootstrap

Bootstrap a base Artix Linux system from any GNU distro.

Install

# install -m 755 artix-bootstrap.sh /usr/local/bin/artix-bootstrap

Examples

Create a base artix distribution in directory '/mnt':

# artix-bootstrap /mnt

The same but use init dinit and a given repository source:

# artix-bootstrap -i dinit -r "http://mirror1.artixlinux.org/repos" /mnt

Usage

Once the process has finished, chroot to the destination directory (default user: root/root):

# mount --rbind /sys /mnt/sys && mount --make-rslave /mnt/sys
# mount --rbind /dev /mnt/dev && mount --make-rslave /mnt/dev
# mount --rbind /proc /mnt/proc && mount --make-rslave /mnt/proc
# PS1='(chroot) # ' chroot /mnt/ /bin/bash

License

This project is licensed under the terms of the MIT license