Last active
December 12, 2016 15:58
-
-
Save hxmuller/a10102b008a7c7d5c02098fb0ece7e6d to your computer and use it in GitHub Desktop.
create list of Debian minimal base system packages
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
# 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