debian/bin/gencontrol.py: Add initrd variable to the correct place.

svn path=/dists/trunk/linux-2.6/; revision=5992
This commit is contained in:
Bastian Blank 2006-02-28 11:37:46 +00:00
parent 3bcb75247b
commit a253bbb7c5
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class gencontrol(debian_linux.gencontrol.gencontrol):
('kpkg-arch', 'KPKG_ARCH'),
('kpkg-subarch', 'KPKG_SUBARCH'),
('image-postproc', 'IMAGE_POSTPROC'),
('initrd', 'INITRD',),
('type', 'TYPE'),
):
if config_entry.has_key(i[0]):