Steve Kemp wrote:
OK. I'll upload after waiting for verification from Clement.
Please go ahead, Steve. The problem is fixed :)
Thanks !
--
Clement Hermann (nodens)
- "L'air pur ? c'est pas en RL, ça ? c'est pas hors charte ?"
Jean in L'Histoire des Pingouins, http://tnemeth.free.fr/fmbl/
On Fri, May 19, 2006 at 04:57:04PM +0200, Clement Hermann (nodens) wrote:
> >Steve, can you please hold the upload until Clement confirms that
> >everything is ok ?
> >
>
> I should be able to test it this week-end.
OK. I'll upload after waiting for verification from Clement.
Steve
--
--
Radu Spineanu wrote:
It should be fixed in CVS now.
Does it account for the submitter's bug report, and has the reported
behaviour now stopped?
I hope the submitter has a little time to test the CVS version so he can
confirm it, but i am confident the bug is fixed.
Steve, can you please hold
Hi Matthew,
Matthew Palmer wrote:
> On Thu, May 18, 2006 at 11:41:55AM +0300, Radu Spineanu wrote:
>> Hi Matthew,
>>
>> Matthew Palmer wrote:
>>> While the domU config script uses:
>>>
>>> if [ "${use-ide}" ]; then
>>> dev=hda
>>> fi
>>>
>> ${use-ide} was the initial command line argument for
On Thu, May 18, 2006 at 11:41:55AM +0300, Radu Spineanu wrote:
> Hi Matthew,
>
> Matthew Palmer wrote:
> > While the domU config script uses:
> >
> > if [ "${use-ide}" ]; then
> > dev=hda
> > fi
> >
>
> ${use-ide} was the initial command line argument for using hda style
> naming. It seems
Hi Matthew,
Matthew Palmer wrote:
> While the domU config script uses:
>
> if [ "${use-ide}" ]; then
> dev=hda
> fi
>
${use-ide} was the initial command line argument for using hda style
naming. It seems that when it was changed to ${ide}, 95-create-cfg slipped.
It should be fixed in CVS
I think the problem here may be that the hook scripts for the config and
fstab use different tags to check what sort of devices to use -- the fstab
script uses:
if [ "${ide}" ]; then
dev=hda
fi
While the domU config script uses:
if [ "${use-ide}" ]; then
dev=hda
fi
My guess is t
7 matches
Mail list logo