Last active
October 20, 2016 18:34
-
-
Save bryant/4f36cbbedc837f5f086374026d28d871 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PACKAGES="sudo,\ | |
aptitude,\ | |
pump,\ | |
ifupdown,\ | |
less,\ | |
vim-tiny,\ | |
openssh-server,\ | |
iputils-ping,\ | |
iproute2,\ | |
linux-image-amd64,\ | |
linux-tools,\ | |
binutils-dev,\ | |
sysvinit-core" | |
debootstrap --variant=minbase --include="$PACKAGES" jessie | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
binutils-dev needed for perf disassembly listings.