>> Now it looks like it won't update the times on copied up files
>> at all, even when I modify them directly on the writable layer.
> 
> Then please test this.
[...]

$> cd /etc/netboot/writeable/home/user
$> > new_file
$> stat -c "%y %x" new_file
2009-02-05 20:59:00.270256579 +0100 2009-02-05 20:59:00.270256579 +0100
$> sleep 1
$> echo >> new_file
$> stat -c "%y %x" new_file
2009-02-05 20:59:01.306212330 +0100 2009-02-05 20:59:00.270256579 +0100

Works.


$> stat -c "%y %x" .hushlogin
2009-02-01 16:26:04.000000000 +0100 2009-02-01 16:26:04.000000000 +0100
$> sleep 1
$> echo >> .hushlogin
$> stat -c "%y %x" .hushlogin
2009-02-01 16:26:04.000000000 +0100 2009-02-01 16:26:04.000000000 +0100

Still doesn't work for copyup files (just to make sure).

Greets,
~Mattias

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com

Reply via email to