From owner-freebsd-arm@FreeBSD.ORG Sat Feb 2 05:54:57 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B26FD9F0 for ; Sat, 2 Feb 2013 05:54:57 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 90EF8107 for ; Sat, 2 Feb 2013 05:54:57 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r125smws066252; Sat, 2 Feb 2013 05:54:48 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id 7mc2f9zqr4dkshzyp9c7tgd4tn; Sat, 02 Feb 2013 05:54:48 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Some ideas on Tim's script Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <51092D3A.4060608@ceetonetechnology.com> Date: Fri, 1 Feb 2013 21:54:45 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <51092D3A.4060608@ceetonetechnology.com> To: george@ceetonetechnology.com X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 05:54:57 -0000 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.