Greetings,
I'm experimenting with using a 2.5 kernel for my
diskless system.
I needed to whack on /etc/rc.local that came with LTSP
3.0 as the mount for /tmp was attempting to use
devicefs for some odd reason.
It took me a while to track down just why any
operation with /tmp resulted in an "Operation not
permitted", and why /tmp had some weirdo files in it.

I chose to use tmpfs instead of a ramdisk as the doc
for tmpfs suggested that it is a better fit for /tmp.

In rc.local, I removed:
echo "Creating ramdisk on /tmp"
RAMDISK_SIZE=`get_cfg RAMDISK_SIZE 1024`
/sbin/mke2fs -q -m0 /dev/ram1 ${RAMDISK_SIZE}
/bin/mount -n /dev/ram1 /tmp

and replaced it with:
/bin/mount -n -t tmpfs none /tmp

This gets the system up and running just fine, but for
some reason /oldroot will not unmount.  It says it is
still in use.  Any ideas?

-Kenny


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to