Hi,<br><br>I am stuck at patching mountfs in order to configure RAMDisk but the patch fails. Here is mountfs.rej for further due diligence -<br><br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
--- mountfs.old 2009-09-28 07:11:13.855801600 +0000<br>+++ etc/rc.d/init.d/mountfs 2009-09-28 07:58:08.446464339 +0000<br>@@ -24,12 +24,18 @@<br># Remove fsck-related file system watermarks.<br>rm -f /fastboot /forcefsck<br>
<br>+ boot_mesg "Creating, Formating Ramdisk tmp..."<br>+ mkfs.ext2 -q -m 0 /dev/ram0<br>+ evaluate_retval<br>+<br>boot_mesg "Recording existing mounts in /etc/mtab..."<br>> /etc/mtab<br>mount -f / || failed=1<br>
mount -f /proc || failed=1<br>mount -f /sys || failed=1<br>(exit ${failed})<br>+ boot_mesg -n "Correct /tmp /var/tmp permtions"<br>+ chmod 1777 /tmp /var/tmp<br>evaluate_retval<br><br># This will mount all filesystems that do not have _netdev in<br>
<br></blockquote><div><br>Please help. <br></div>