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/96d0debc4a1d
branches:  trunk
changeset: 322962:96d0debc4a1d
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 57cd94029c9f -r 96d0debc4a1d 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