Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common postinstall can be run from the etc set...



details:   https://anonhg.NetBSD.org/src/rev/89736f8997cd
branches:  trunk
changeset: 534388:89736f8997cd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jul 24 03:03:58 2002 +0000

description:
postinstall can be run from the etc set (extracted into a temporary directory)
rather than requiring the full system sources to be extracted

diffstat:

 distrib/notes/common/main |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 4dd107dc4aa8 -r 89736f8997cd distrib/notes/common/main
--- a/distrib/notes/common/main Wed Jul 24 02:55:22 2002 +0000
+++ b/distrib/notes/common/main Wed Jul 24 03:03:58 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: main,v 1.205 2002/07/24 02:50:47 lukem Exp $
+.\"    $NetBSD: main,v 1.206 2002/07/24 03:03:58 lukem Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1146,9 +1146,13 @@
 .
 .Ss2 Issues affecting an upgrade from NetBSD 1.5
 These issues can generally be resolved by extracting the
-system sources, and running:
+.Sy etc
+set into a temporary directory
+(such as
+.Pa /tmp/upgrade )
+and running:
 .(disp
-cd location-of-source
+cd /tmp/upgrade
 \&./etc/postinstall -s `pwd` check
 \&./etc/postinstall -s `pwd` fix
 .disp)



Home | Main Index | Thread Index | Old Index