Skip to content

Instantly share code, notes, and snippets.

@hxmuller
Last active December 12, 2016 15:58
Show Gist options
  • Save hxmuller/a10102b008a7c7d5c02098fb0ece7e6d to your computer and use it in GitHub Desktop.
Save hxmuller/a10102b008a7c7d5c02098fb0ece7e6d to your computer and use it in GitHub Desktop.
create list of Debian minimal base system packages
# NOTE: create Debian minimal base system in debian_minbase first
ls debian_minbase/var/cache/apt/archives | cut -f1 -d_ | sed '/^partial/d' > filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment