Skip to content

Instantly share code, notes, and snippets.

@MakiseKurisu
Created October 6, 2018 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MakiseKurisu/fc610c204e47c50ce05ecc5cb61bc2cb to your computer and use it in GitHub Desktop.
Save MakiseKurisu/fc610c204e47c50ce05ecc5cb61bc2cb to your computer and use it in GitHub Desktop.
su -c "fallocate -l 2G /swapfile; chmod 600 /swapfile; mkswap /swapfile; swapon /swapfile; echo '/swapfile none swap defaults 0 0' >> /etc/fstab; reboot"
su -c "pacman-key --init; pacman-key --populate archlinuxarm; pacman -Syu --noconfirm base-devel python git cpio unzip rsync wget bc"; git clone git://git.buildroot.net/buildroot; cd buildroot; make raspberrypi3_64_defconfig; make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment