Skip to content

Instantly share code, notes, and snippets.

View nickmeessen's full-sized avatar
🇧🇷

Nick Meessen - de Wit nickmeessen

🇧🇷
View GitHub Profile
@nickmeessen
nickmeessen / replace-debian-with-arch.txt
Created January 29, 2016 14:45 — 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