Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mragab on github.
  • I am mragab (https://keybase.io/mragab) on keybase.
  • I have a public key ASCd1fjlUWeSOY_k04Ph2wBGD_xK-6tno1ZfF5C-wuJn7wo

To claim this, I am signing this object:

@mragab
mragab / replace-debian-with-arch.txt
Created January 28, 2016 18:28 — 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