hostname=`date "+born-at-%Y-%m-%d-%H:%m"` #No delay when creating sshd keys sshd_reseed_timeout=1 #Mount memory OS rw the first time root_rw_mount="YES" #Interface closest to 'a' will get dhcp, no wireless of course dhcp_interface=`ifconfig -l | tr " " "\n" | grep -v -e "lo" -e "ath" -e "wi" | head -1` eval ifconfig_${dhcp_interface}="DHCP" #services don't need to startup at first boot, saves memory, #time and power ;-) cron_enable="NO" ntpd_enable="NO" named_enable="NO" dhcpd_enable="NO" snmpd_enable="NO" apache2_enable="NO" watchdogd_enable="NO" syslogd_enable="NO" #We need lvrouted, cause we trust in good routing daemons, #to find the way back to the master machine #lvrouted_enable="NO" #Minimize the memory disksize, cause we really need it varsize="1m" tmpsize="1m" #debug flags of rc scripts only during startup #rc_debug="YES"