Don't call copySelf() when upgrading.

This commit is contained in:
Jordan K. Hubbard 1996-09-18 18:40:37 +00:00
parent 6fcd2a4757
commit 932fd2b2c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18363
2 changed files with 2 additions and 14 deletions

View File

@ -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.");

View File

@ -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.");