Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ale-big on github.
  • I am ale_big (https://keybase.io/ale_big) on keybase.
  • I have a public key ASBoo1zLIfizhpBgQp3JdW268SN2q5l7cpnuWkHt0kKhzQo

To claim this, I am signing this object:

@ale-big
ale-big / replace-debian-with-arch.txt
Created February 2, 2016 12:41 — forked from m-ou-se/replace-debian-with-arch.txt
Instructions to replace a live Debian installation with Arch
# Download latest archlinux bootstrap package, see https://www.archlinux.org/download/
wget http://ftp.nluug.nl/os/Linux/distr/archlinux/iso/2016.01.01/archlinux-bootstrap-2016.01.01-x86_64.tar.gz
# Make sure you'll have enough entropy for pacman-key later.
apt-get install haveged
# Install the arch bootstrap image in a tmpfs.
mount -t tmpfs none /mnt
cd /mnt
tar xvf ~/archlinux-bootstrap-2016.01.01-x86_64.tar.gz --strip-components=1