diff options
author | ficus <ficus@robocracy.org> | 2012-11-23 00:20:07 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-23 00:20:07 +0100 |
commit | 0b9c34d4c7be830f45c804c440fc7a3e617de3cc (patch) | |
tree | ee486acea383e5277b310c0e0cb71cab3e6eeac2 | |
parent | 21d724b391ad1d25e6fbede84322bc4fb9f25455 (diff) | |
download | torouter-live-0b9c34d4c7be830f45c804c440fc7a3e617de3cc.tar.gz torouter-live-0b9c34d4c7be830f45c804c440fc7a3e617de3cc.zip |
don't install apt recommends
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index 5bb5195..b77c8b2 100755 --- a/auto/config +++ b/auto/config @@ -5,6 +5,7 @@ lb config noauto \ --architectures armel \ --linux-flavours kirkwood \ --apt-secure true \ + --apt-recommends false \ --binary-images hdd \ --cache true \ --cache-indices true \ |