Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/miniroot Inform the default installation directory i...



details:   https://anonhg.NetBSD.org/src/rev/5ebd61740148
branches:  trunk
changeset: 946661:5ebd61740148
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Dec 05 18:57:21 2020 +0000

description:
Inform the default installation directory in the official ftp server.

diffstat:

 distrib/miniroot/install.sub |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d9d107d6fb65 -r 5ebd61740148 distrib/miniroot/install.sub
--- a/distrib/miniroot/install.sub      Sat Dec 05 18:52:06 2020 +0000
+++ b/distrib/miniroot/install.sub      Sat Dec 05 18:57:21 2020 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: install.sub,v 1.57 2020/12/05 18:52:06 tsutsui Exp $
+#      $NetBSD: install.sub,v 1.58 2020/12/05 18:57:21 tsutsui Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -682,6 +682,10 @@
 installation sets. When you enter a '?' you will see a listing of the
 current directory on the server.
 __install_ftp_2
+       echo ""
+       echo "The default installation directory in the official ftp server is:"
+       echo "/pub/NetBSD/NetBSD-${RELEASE}/${MACHINE}/binary/sets"
+
        _sets=""
        while [ -z "$_sets" ]
        do



Home | Main Index | Thread Index | Old Index