summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-09-18 18:40:37 +0000
committerjkh <jkh@FreeBSD.org>1996-09-18 18:40:37 +0000
commit0687f90040de926c68f20535d5f5f2831c1252e2 (patch)
tree6e2b72531ea4de64c2b5105d65fa2981b703d0cd /usr.sbin
parente82a45acb7a87f7e8fc72d7645cfb7c2ddd09e04 (diff)
downloadFreeBSD-src-0687f90040de926c68f20535d5f5f2831c1252e2.zip
FreeBSD-src-0687f90040de926c68f20535d5f5f2831c1252e2.tar.gz
Don't call copySelf() when upgrading.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index 883314d..a42fb62 100644
--- a/usr.sbin/sysinstall/installUpgrade.c
+++ b/usr.sbin/sysinstall/installUpgrade.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: installUpgrade.c,v 1.30 1996/07/14 01:54:38 jkh Exp $
+ * $Id: installUpgrade.c,v 1.31 1996/08/03 10:11:05 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -264,12 +264,6 @@ installUpgrade(dialogMenuItem *self)
}
}
- if (!copySelf()) {
- msgConfirm("Couldn't clone the boot floppy onto the root file system.\n"
- "Aborting.");
- return DITEM_FAILURE | DITEM_RECREATE;
- }
-
if (DITEM_STATUS(chroot("/mnt")) == DITEM_FAILURE) {
msgConfirm("Unable to chroot to /mnt - something is wrong with the\n"
"root partition or the way it's mounted if this doesn't work.");
OpenPOWER on IntegriCloud