Skip to content

Instantly share code, notes, and snippets.

@EmbeddedAndroid
Created April 5, 2017 21:08
Show Gist options
  • Save EmbeddedAndroid/eeacd225ff44276a9f298889c78d63e4 to your computer and use it in GitHub Desktop.
Save EmbeddedAndroid/eeacd225ff44276a9f298889c78d63e4 to your computer and use it in GitHub Desktop.
minideb build script for arm64
#!/bin/bash
cd /root
apt-get update
apt-get install -y debootstrap debian-archive-keyring git devscripts build-essential
git clone https://github.com/bitnami/minideb.git
cd minideb
./mkimage stretch-arm64.tar stretch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment