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

Collapse All | Expand All

(-)b/tools/tools/nanobsd/defaults.sh (-2 / +5 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 boot-time setting of hostuuid, since / is read-only
568
	echo "hostuuid_load=NO" >> boot/defaults/loader.conf
569
	# Disable entropy files, since / is read-only - /var/db/entropy should be enough?
570
	echo "entropy_cache_load=NO" >> boot/defaults/loader.conf
571
	echo "entropy_boot_file=NO" >> etc/defaults/rc.conf
568
	echo "entropy_file=NO" >> etc/defaults/rc.conf
572
	echo "entropy_file=NO" >> etc/defaults/rc.conf
569
573
570
	[ -n "${NANO_NOPRIV_BUILD}" ] && chmod 444 etc/defaults/rc.conf
574
	[ -n "${NANO_NOPRIV_BUILD}" ] && chmod 444 etc/defaults/rc.conf
571
- 

Return to bug 277601