Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.

This commit is contained in:
Steve McIntyre 2011-08-16 10:58:43 +00:00
parent ebcb33de21
commit 4aed803ee3
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -12,6 +12,9 @@ debian-cd (3.1.8) UNRELEASED; urgency=low
[ Joey Hess ] [ Joey Hess ]
* Read tasksel's debian-tasks.desc from its new location. * Read tasksel's debian-tasks.desc from its new location.
[ Ian Campbell ]
Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.
-- Steve McIntyre <93sam@debian.org> Tue, 07 Jun 2011 23:03:42 +0100 -- Steve McIntyre <93sam@debian.org> Tue, 07 Jun 2011 23:03:42 +0100
debian-cd (3.1.7) unstable; urgency=low debian-cd (3.1.7) unstable; urgency=low

View File

@ -257,7 +257,7 @@ rm -f boot$N/isolinux/isolinux.cfg.with*
if variant_enabled "xen" ; then if variant_enabled "xen" ; then
extra_image xen/vmlinuz "../vmlinuz ../gtk/vmlinuz" extra_image xen/vmlinuz "../vmlinuz ../gtk/vmlinuz"
extra_image xen/initrd.gz "../initrd.gz ../gtk/initrd.gz" extra_image xen/initrd.gz "../initrd.gz ../gtk/initrd.gz"
extra_image xen/xm-debian.cfg extra_image xen/debian.cfg
fi fi
# Modify win32-loader.ini for the "current" arch # Modify win32-loader.ini for the "current" arch