Date: Fri, 1 Feb 2013 21:54:45 -0800 From: Tim Kientzle <tim@kientzle.com> To: george@ceetonetechnology.com Cc: freebsd-arm@freebsd.org Subject: Re: Some ideas on Tim's script Message-ID: <E8A7B330-400C-4C68-8BC9-9F020570D905@kientzle.com> In-Reply-To: <51092D3A.4060608@ceetonetechnology.com> References: <51092D3A.4060608@ceetonetechnology.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 30, 2013, at 6:24 AM, George Rosamond wrote: > I mentioned this to Tim offline a while back, but I have some quick = thoughts on options for the scripts. Here's the change I just made to the /etc/rc.conf used by my scripts for BeagleBone builds. If you have further suggestions, I'm happy to include them. --- a/board/BeagleBone/overlay/etc/rc.conf +++ b/board/BeagleBone/overlay/etc/rc.conf @@ -1,6 +1,14 @@ hostname=3D"beaglebone" ifconfig_cpsw0=3D"DHCP" sshd_enable=3D"YES" +rc_debug=3D"YES" +rc_info=3D"YES" + +tmpmfs=3D"YES" +tmpsize=3D"13m" + +ntpd_enable=3D"YES" +ntpd_sync_on_start=3D"YES" =20 # Turn off a lot of standard stuff # for more free memory.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E8A7B330-400C-4C68-8BC9-9F020570D905>