Andrew Hoying wrote:
> Well, I modified the root.sysconf for mounting to read:
> mount -t tmpfs tmpfs /var/log -o rw,nodev,noexec,nosuid,size=16m
> mount -t tmpfs tmpfs /tmp -o rw,nodev,noexec,nosuid,size=32m
> Obviously the 16m and 32m can be changed to a variable so that the size can
> be set at boot time.
This is true; however, I would like much more flexibility than that.
The development images create a /etc/fstab file then use that to mount
volumes. So for these, would they use entries like:
none /var/log tmpfs rw,nodev,noexec,nosuid,size=16m
none /tmp tmpfs rw,nodev,noexec,nosuid,size=32m
...then these can be mounted like this:
mount /var/log
mount /tmp
> Tmpfs supports all posix file attributes, which should be enough for most
> lrp boxes. Considering the speed hits that ext2 incurs for file writes to a
> ramdisk partition, the much larger kernel size, and the size of the ext2
> utilities, I'm still not convinced it's the best thing for LRP.
I'm not too concerned about which filesystem gets used; I just want a
user to be able to choose whatever they like just by editing the
configuration files.
_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel