View | Details | Raw Unified | Return to bug 277601 | Differences between
and this patch

Collapse All | Expand All

(-)b/tools/tools/nanobsd/defaults.sh (-2 / +2 lines)
Lines 564-570 setup_nanobsd_etc ( ) ( Link Here
564
564
565
	# Make root filesystem R/O by default
565
	# Make root filesystem R/O by default
566
	echo "root_rw_mount=NO" >> etc/defaults/rc.conf
566
	echo "root_rw_mount=NO" >> etc/defaults/rc.conf
567
	# Disable entropy file, since / is read-only /var/db/entropy should be enough?
567
	# Disable entropy files, since / is read-only - /var/db/entropy should be enough?
568
	echo "entropy_boot_file=NO" >> etc/defaults/rc.conf
568
	echo "entropy_file=NO" >> etc/defaults/rc.conf
569
	echo "entropy_file=NO" >> etc/defaults/rc.conf
569
570
570
	[ -n "${NANO_NOPRIV_BUILD}" ] && chmod 444 etc/defaults/rc.conf
571
	[ -n "${NANO_NOPRIV_BUILD}" ] && chmod 444 etc/defaults/rc.conf
571
- 

Return to bug 277601