diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-03-01 02:53:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-03-01 02:53:26 +0000 |
commit | 0196bc7ec4a45348badf4dfb806551ef3406a31a (patch) | |
tree | 7e038879c0378131105ea248a6e5c9cb773fc010 /loader | |
parent | e4c53742ae1940978819bb23e1d6fe8159d47069 (diff) | |
download | anaconda-0196bc7ec4a45348badf4dfb806551ef3406a31a.tar.gz anaconda-0196bc7ec4a45348badf4dfb806551ef3406a31a.tar.xz anaconda-0196bc7ec4a45348badf4dfb806551ef3406a31a.zip |
commit to head also
Diffstat (limited to 'loader')
-rw-r--r-- | loader/loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.c b/loader/loader.c index 2f0679064..4737ae0be 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -3015,6 +3015,7 @@ static void verifyImagesMatched() { "selected does not match the boot disk which you " "are using. This shouldn't happen, and I'm " "rebooting your system now.")); + stopNewt(); exit(1); } } |