Hi list,

i've made the following changes to my /etc/rc.conf for a small appliance system.

fsck_y_enable="YES"
root_rw_mount="NO"
squid_enable="YES"
sendmail_enable="NO"
sendmail_pidfile="/var/run/sendmail.pid"
sendmail_procname="/usr/sbin/sendmail"
sendmail_flags="-L sm-mta -bd -q30m"
sendmail_submit_enable="YES"
tmpmfs="YES"
tmpsize="4m"
tmpmfs_flags="-S -M"
varmfs="YES"
varsize="16m"
varmfs_flags="-S -M"
populate_var="YES"

i was under the assumption that populate_var would carry over vital
data from the on-disk /var, but there seem to be a few exceptions.

s100-mum# pkg_info
pkg_info: no packages installed

i assume i will just hack the corresponding script to copy over a bit
of data, but maybe someone has better advice than that. of course i
need to go back to full r/w mode to add packages but a false result
from pkg_info is not too great.

any tipps / experiences are highly welcome :)


--
'Sie brauchen sich um Ihre Zukunft keine Gedanken zu machen'
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to