Some ideas on Tim's script

Tim Kientzle tim at kientzle.com
Sat Feb 2 05:54:57 UTC 2013


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="beaglebone"
 ifconfig_cpsw0="DHCP"
 sshd_enable="YES"
+rc_debug="YES"
+rc_info="YES"
+
+tmpmfs="YES"
+tmpsize="13m"
+
+ntpd_enable="YES"
+ntpd_sync_on_start="YES"
 
 # Turn off a lot of standard stuff
 # for more free memory.




More information about the freebsd-arm mailing list