Skip to content

Instantly share code, notes, and snippets.

@hxmuller
Created December 12, 2016 15:31
Show Gist options
  • Save hxmuller/d171e809d75397339d092b95f81a4b99 to your computer and use it in GitHub Desktop.
Save hxmuller/d171e809d75397339d092b95f81a4b99 to your computer and use it in GitHub Desktop.
create Debian minimal base system
# NOTE: to create a Debian base system, omit the --variant=minbase option
mkdir debian_minbase
sudo debootstrap --variant=minbase jessie debian_minbase/ http://httpredir.debian.org/debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment