Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/defaults Set resize_gpt=NO by default
details: https://anonhg.NetBSD.org/src/rev/96c273565439
branches: trunk
changeset: 933314:96c273565439
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun May 24 14:46:19 2020 +0000
description:
Set resize_gpt=NO by default
diffstat:
etc/defaults/rc.conf | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4f4556e5858f -r 96c273565439 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Sun May 24 14:45:49 2020 +0000
+++ b/etc/defaults/rc.conf Sun May 24 14:46:19 2020 +0000
@@ -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 @@
#
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
Home |
Main Index |
Thread Index |
Old Index