diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-10-26 08:26:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-10-26 08:26:34 +0000 |
| commit | cfd224bd69cdd402c06eab62eb2a44565d0992a9 (patch) | |
| tree | e492efc29c0a23be69fb025b5c3aba47534171a6 /release/sysinstall/install.c | |
| parent | abb690fa10e38768083bf9a1448330850c1bc836 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/install.c')
| -rw-r--r-- | release/sysinstall/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 231ee3f70677..406d98f1c734 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -225,7 +225,7 @@ installInitial(void) return DITEM_FAILURE; } - if (chroot("/mnt") == -1) { + if (!Restarting && chroot("/mnt") == -1) { msgConfirm("installInitial: Unable to chroot to %s - this is bad!", "/mnt"); return DITEM_FAILURE; |
