Sorry for potential offtoppic. Xen requires hotplug package, but in Debian, the hotplug and initramfs-tools are self-exclusive things. If I need initramfs-tools package to build initrd image, how do I mange to keep the hotplug ? Or I have to remove/install the hotplug package every time I need to rebuild the image ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 5/10/06, Yura Pismerov <y.pismerov@armorware.net> wrote:> Xen requires hotplug package, but in Debian, the hotplug and > initramfs-tools are self-exclusive things. > If I need initramfs-tools package to build initrd image, how do I mange > to keep the hotplug ?Newer udev packages replace hotplug: $ dpkg -s udev | grep hotplug Provides: hotplug Conflicts: hotplug, lvm-common (<< 1.5.13), module-init-tools (<< 3.2-pre9-1), initramfs-tools (<< 0.39), hal (<< 0.5.6-2) ... That means, you don''t need hotplug. Regards, Torsten -- http://www.twerner42.de/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks, it indeed works. Torsten Werner wrote:> On 5/10/06, Yura Pismerov <y.pismerov@armorware.net> wrote: >> Xen requires hotplug package, but in Debian, the hotplug and >> initramfs-tools are self-exclusive things. >> If I need initramfs-tools package to build initrd image, how do I mange >> to keep the hotplug ? > > Newer udev packages replace hotplug: > > $ dpkg -s udev | grep hotplug > Provides: hotplug > Conflicts: hotplug, lvm-common (<< 1.5.13), module-init-tools (<< > 3.2-pre9-1), initramfs-tools (<< 0.39), hal (<< 0.5.6-2) > ... > > That means, you don''t need hotplug. > > > Regards, > Torsten > > -- > http://www.twerner42.de/ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Yuri Pismerov, System Administrator Armor Technologies (Canada) Inc. P: 905 305 1946 (x.3519) http://www.armorware.net Privacy Protection Guaranteed! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users