Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.
This commit is contained in:
parent
ebcb33de21
commit
4aed803ee3
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue