Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/defaults Provide resize_disklabel=NO default. Used by a...
details: https://anonhg.NetBSD.org/src/rev/7efa6aed9b0a
branches: trunk
changeset: 319318:7efa6aed9b0a
user: uwe <uwe%NetBSD.org@localhost>
date: Fri May 25 20:48:54 2018 +0000
description:
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.
diffstat:
etc/defaults/rc.conf | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e55d12895866 -r 7efa6aed9b0a etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Fri May 25 20:11:03 2018 +0000
+++ b/etc/defaults/rc.conf Fri May 25 20:48:54 2018 +0000
@@ -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 @@
#
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
Home |
Main Index |
Thread Index |
Old Index