Add `installboot' to list of files that have moved since 1.2
This commit is contained in:
parent
68d184dc19
commit
8cd300a821
@ -1,4 +1,4 @@
|
||||
# $NetBSD: install.md,v 1.9 1996/10/09 00:13:36 jtc Exp $
|
||||
# $NetBSD: install.md,v 1.10 1997/06/22 22:26:42 pk Exp $
|
||||
#
|
||||
#
|
||||
# Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -43,6 +43,10 @@
|
||||
# Machine-dependent install sets
|
||||
MDSETS="xbin xman xinc xcon"
|
||||
|
||||
if [ "$MODE" = upgrade ]; then
|
||||
RELOCATED_FILES_13="${RELOCATED_FILES_13} /usr/sbin/installboot /usr/mdec/installboot"
|
||||
fi
|
||||
|
||||
md_set_term() {
|
||||
if [ ! -z "$TERM" ]; then
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user