diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-09 17:12:00 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-06-09 17:12:00 +0200 |
commit | 538c21a78d7a7c547b16e54f45b3c3a5d5bba85b (patch) | |
tree | 6644a372d059eb847d4df08313b9f832ad8522a5 /lists | |
parent | 28a565b64184dfe8fbe91ae076b3ef8fcab156ca (diff) | |
download | vyos-live-build-538c21a78d7a7c547b16e54f45b3c3a5d5bba85b.tar.gz vyos-live-build-538c21a78d7a7c547b16e54f45b3c3a5d5bba85b.zip |
Directly depend on keyboard-configuration (rather than through console-setup) for squeeze in standard packages list.
Diffstat (limited to 'lists')
-rw-r--r-- | lists/standard | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lists/standard b/lists/standard index d147107b4..1372727f2 100644 --- a/lists/standard +++ b/lists/standard @@ -3,4 +3,12 @@ ## LH: Standard #include <minimal> -console-setup console-common kbd locales +#if DISTRIBUTION lenny +console-setup console-common kbd +#endif + +#if DISTRIBUTION squeeze +keyboard-configuration +#endif + +locales |