Hi. I have the following /etc/fstab

/dev/hda2        /        reiserfs    noatime,notail            0 1
/dev/hdb3        /mnt/hdb3    reiserfs    noauto,user,noatime,notail    0 0
/dev/hdb2               /mnt/hdb2       reiserfs
noauto,user,noatime,notail       0 0
/dev/hda1        none        swap        sw                     0 0
/dev/hdb1        none        swap        sw,noauto                 0 0
/dev/cdrom1        /mnt/cdrom1    auto        noauto,user,ro            0 0
/dev/cdrom2        /mnt/cdrom2    auto        noauto,user,ro            0 0
/dev/fd0        /mnt/floppy    auto        noauto,user            0 0
/dev/sda1        /media/camera    vfat        noauto,user            0 0

none            /var/tmp     tmpfs        size=640M,defaults        0 0

none                    /tmp          tmpfs
size=128M,defaults              0 0

# NOTE: The next line is critical for boot!
none            /proc        proc        defaults            0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
none            /dev/shm    tmpfs        nodev,nosuid,noexec        0 0

When I boot with traditional init, I have tmpfs correctly mounted on /tmp
and /var/tmp.

When I boot with Initng, I have tmpfs mounted on /tmp, but not on /var/tmp.

I am running initng-0.6.8, with ifiles from svn. (recently upgraded,
yesterday IIRC).

I don't know what the problem could be.

--
Software is like sex: it is better when it is free.
-- 
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng

Reply via email to