Sun May 24 14:46:19 2020 UTC ()
Set resize_gpt=NO by default


(jmcneill)
diff -r1.154 -r1.155 src/etc/defaults/rc.conf

cvs diff -r1.154 -r1.155 src/etc/defaults/rc.conf (expand / switch to unified diff)

--- src/etc/defaults/rc.conf 2020/04/02 13:02:05 1.154
+++ src/etc/defaults/rc.conf 2020/05/24 14:46:19 1.155
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rc.conf,v 1.154 2020/04/02 13:02:05 roy Exp $ 1# $NetBSD: rc.conf,v 1.155 2020/05/24 14:46:19 jmcneill Exp $
2# 2#
3# /etc/defaults/rc.conf -- 3# /etc/defaults/rc.conf --
4# default configuration of /etc/rc.conf 4# default configuration of /etc/rc.conf
5# 5#
6# see rc.conf(5) for more information. 6# see rc.conf(5) for more information.
7# 7#
8# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE. 8# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
9# EDIT /etc/rc.conf INSTEAD. 9# EDIT /etc/rc.conf INSTEAD.
10# 10#
11 11
12# 12#
13# Use program=YES to enable program, NO to disable it. program_flags are 13# Use program=YES to enable program, NO to disable it. program_flags are
14# passed to the program on the command line. 14# passed to the program on the command line.
@@ -116,27 +116,28 @@ raidframe=YES @@ -116,27 +116,28 @@ raidframe=YES
116 116
117# Crypto file system. 117# Crypto file system.
118# 118#
119cgd=YES 119cgd=YES
120 120
121# Logical Volume Manager 121# Logical Volume Manager
122# 122#
123lvm=NO 123lvm=NO
124 124
125# One-time actions and programs on boot-up. 125# One-time actions and programs on boot-up.
126# 126#
127savecore=YES savecore_flags="-z" 127savecore=YES savecore_flags="-z"
128 savecore_dir="/var/crash" 128 savecore_dir="/var/crash"
129resize_disklabel=NO # resize partition to fill disk 129resize_disklabel=NO # resize disklabel to fill disk
 130resize_gpt=NO # resize GPT to fill disk
130resize_root=NO # resize root to fill partition 131resize_root=NO # resize root to fill partition
131per_user_tmp=NO # per-user /tmp directories 132per_user_tmp=NO # per-user /tmp directories
132per_user_tmp_dir="/private/tmp" # real storage for /tmp 133per_user_tmp_dir="/private/tmp" # real storage for /tmp
133clear_tmp=YES # clear /tmp after reboot 134clear_tmp=YES # clear /tmp after reboot
134update_motd=YES # updates /etc/motd 135update_motd=YES # updates /etc/motd
135dmesg=YES dmesg_flags="-t" # write /var/run/dmesg.boot 136dmesg=YES dmesg_flags="-t" # write /var/run/dmesg.boot
136accounting=NO # uses /var/account/acct 137accounting=NO # uses /var/account/acct
137newsyslog=NO newsyslog_flags="" # trim log files 138newsyslog=NO newsyslog_flags="" # trim log files
138quota=YES # check and enable quotas 139quota=YES # check and enable quotas
139ldconfig=YES # rebuild a.out ldconfig cache 140ldconfig=YES # rebuild a.out ldconfig cache
140sysdb=YES # build system databases 141sysdb=YES # build system databases
141rndctl=NO rndctl_flags="" # configure rndctl(8) 142rndctl=NO rndctl_flags="" # configure rndctl(8)
142gpio=NO # configure GPIO devices 143gpio=NO # configure GPIO devices