ssage-
From: Brian Elliott Finley [mailto:[EMAIL PROTECTED] On
Behalf Of Brian Elliott Finley
Sent: Wednesday, November 23, 2005 12:56
To: Andrea Righi
Cc: Bernard Li; sisuite-devel@lists.sourceforge.net
Subject: Re: [Sisuite-devel] UYOK and timestamps in initrd
I've removed one, and
ey
> Sent: Wednesday, November 23, 2005 12:56
> To: Andrea Righi
> Cc: Bernard Li; sisuite-devel@lists.sourceforge.net
> Subject: Re: [Sisuite-devel] UYOK and timestamps in initrd
>
> I've removed one, and we can remove other instances of the "touch" if
> there a
I've removed one, and we can remove other instances of the "touch" if
there are any.
Andrea is correct in the current expected method for re-creating /dev.
However, I think we need to eliminate our need for devfs. To do that, I
think we need to start using udev instead.
We should use a hybrid t
I've done some little changes in the trunk in order to support kernels
without devfs (see SLES9 kernel for example). For now the idea is not to
put udev into the initrd, but, instead to use the content of the /dev
directory as seen from the golden client (without mounting devfs).
So if the ker
> Cc: Brian Elliott Finley; sisuite-dev
> Subject: Re: [Sisuite-devel] UYOK and timestamps in initrd
>
> Bernard,
>
> I completely agree with you... at this moment I think we don't need
> it... Moreover the command can cause very annoying or
> dangerous problems
Bernard,
I completely agree with you... at this moment I think we don't need
it... Moreover the command can cause very annoying or dangerous problems
(for example the reboot of the golden client).
The patch I proposed resolves at least this kind of problems performing
the `touch` only in the
,
Bernard
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Andrea Righi
> Sent: Tuesday, November 15, 2005 10:04
> To: Brian Elliott Finley
> Cc: sisuite-dev
> Subject: [Sisuite-devel] UYOK and timestamps in initrd
>
> H
Hi all,
I've used the UYOK feature with a SLES9 distro on Dell 1850.
Unfortunately the following command cause a modprobe of all modules
present in the initrd staging dir!!!
run_cmd("find $staging_dir -depth -exec touch -t 196912311900 '{}' ';'");
I've to verify closely the problem, but it s