Module Name:    src
Committed By:   uwe
Date:           Fri May 25 20:48:54 UTC 2018

Modified Files:
        src/etc/defaults: rc.conf

Log Message:
Provide resize_disklabel=NO default.  Used by arm images and is not
part of the stock rc.d yet.  This silences rc when you delete the
whole resize_* block from rc.conf after the first boot.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/etc/defaults/rc.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/defaults/rc.conf
diff -u src/etc/defaults/rc.conf:1.142 src/etc/defaults/rc.conf:1.143
--- src/etc/defaults/rc.conf:1.142	Wed Apr 18 04:27:47 2018
+++ src/etc/defaults/rc.conf	Fri May 25 20:48:54 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: rc.conf,v 1.142 2018/04/18 04:27:47 martin Exp $
+#	$NetBSD: rc.conf,v 1.143 2018/05/25 20:48:54 uwe Exp $
 #
 # /etc/defaults/rc.conf --
 #	default configuration of /etc/rc.conf
@@ -120,6 +120,7 @@ lvm=NO
 #
 savecore=YES		savecore_flags="-z"
 			savecore_dir="/var/crash"
+resize_disklabel=NO				# resize partion to fill disk
 resize_root=NO					# resize root to fill partition
 per_user_tmp=NO					# per-user /tmp directories
 per_user_tmp_dir="/private/tmp"			# real storage for /tmp

Reply via email to