Date: Thu, 19 Dec 2002 14:54:52 -0800 (PST) From: Baby Peanut <baby_p_nut@yahoo.com> To: FreeBSD-sparc@FreeBSD.ORG Subject: ramdisk /tmp Message-ID: <20021219225452.77310.qmail@web41313.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
install as
-rwxr-xr-x 1 root wheel 304 Dec 12 17:36 /etc/rc.d/md_tmp
#! /bin/sh
# PROVIDE: tmp
# REQUIRE: addswap
# BEFORE: sysctl
# KEYWORD: FreeBSD
. /etc/rc.subr
name="md_tmp"
start_cmd="md_tmp_start"
stop_cmd=":"
md_tmp_start()
{
mdconfig -a -t swap -s 256M -u 10
newfs /dev/md10
mount /dev/md10 /tmp
chmod 1777 /tmp
}
load_rc_config $name
run_rc_command "$1"
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021219225452.77310.qmail>
