If mounting a CD filesystem as a root image, at least call inittodr.
authorrahnds <rahnds@openbsd.org>
Tue, 21 Jan 1997 21:34:18 +0000 (21:34 +0000)
committerrahnds <rahnds@openbsd.org>
Tue, 21 Jan 1997 21:34:18 +0000 (21:34 +0000)
commitd612168199c5a0e89a293650cc6557560a88eb3a
tree453f204d01a90733e6d9c124da0eab46cd3d166e
parentd16d1beec0092a9b1e142486e7783aa64131dcc2
If mounting a CD filesystem as a root image, at least call inittodr.
Most filesystems have a last modified date that is supplied,
however since that is not available on iso9660 could image creation
time be used instead? Currently it supplies 0, the beginning of time
as the parameter to inittodr.
This is so that when installing from a CD image, the file or directory
timestamps will be sane, not beginning of time.
sys/isofs/cd9660/cd9660_vfsops.c