Directly depend on keyboard-configuration (rather than through console-setup) for squeeze in standard packages list.
This commit is contained in:
parent
28a565b641
commit
538c21a78d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue