Module Name:    src
Committed By:   jmcneill
Date:           Sun May 24 14:46:19 UTC 2020

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

Log Message:
Set resize_gpt=NO by default


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 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.154 src/etc/defaults/rc.conf:1.155
--- src/etc/defaults/rc.conf:1.154	Thu Apr  2 13:02:05 2020
+++ src/etc/defaults/rc.conf	Sun May 24 14:46:19 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: rc.conf,v 1.154 2020/04/02 13:02:05 roy Exp $
+#	$NetBSD: rc.conf,v 1.155 2020/05/24 14:46:19 jmcneill Exp $
 #
 # /etc/defaults/rc.conf --
 #	default configuration of /etc/rc.conf
@@ -126,7 +126,8 @@ lvm=NO
 #
 savecore=YES		savecore_flags="-z"
 			savecore_dir="/var/crash"
-resize_disklabel=NO				# resize partition to fill disk
+resize_disklabel=NO				# resize disklabel to fill disk
+resize_gpt=NO					# resize GPT 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