Module Name:    src
Committed By:   tsutsui
Date:           Sat Dec  5 18:57:21 UTC 2020

Modified Files:
        src/distrib/miniroot: install.sub

Log Message:
Inform the default installation directory in the official ftp server.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/distrib/miniroot/install.sub

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/miniroot/install.sub
diff -u src/distrib/miniroot/install.sub:1.57 src/distrib/miniroot/install.sub:1.58
--- src/distrib/miniroot/install.sub:1.57	Sat Dec  5 18:52:06 2020
+++ src/distrib/miniroot/install.sub	Sat Dec  5 18:57:21 2020
@@ -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 @@ You will be asked to enter the name of t
 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

Reply via email to