Skip to content

Instantly share code, notes, and snippets.

@EmbeddedAndroid
Last active July 11, 2017 19:05
Show Gist options
  • Save EmbeddedAndroid/7f2ec9d5af0a55838aebef6bb2e044bd to your computer and use it in GitHub Desktop.
Save EmbeddedAndroid/7f2ec9d5af0a55838aebef6bb2e044bd to your computer and use it in GitHub Desktop.
Minideb Multiarch Build Script
#!/bin/bash
cd /root
install_packages debootstrap debian-archive-keyring git devscripts build-essential
GIT_SSL_NO_VERIFY=true git clone https://github.com/bitnami/minideb.git
cd minideb
./mkimage stretch-$ARCH.tar stretch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment