summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-09 16:08:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-09 16:08:37 +0000
commit047a962872257cf096d5fb5063bcc185df97951a (patch)
tree2fe3f6684ec284b22cbaa6f146c9316053ee658c /perl-install
parentc6a4cba373448243762242fd54c72726e7b204da (diff)
downloaddrakx-backup-do-not-use-047a962872257cf096d5fb5063bcc185df97951a.tar
drakx-backup-do-not-use-047a962872257cf096d5fb5063bcc185df97951a.tar.gz
drakx-backup-do-not-use-047a962872257cf096d5fb5063bcc185df97951a.tar.bz2
drakx-backup-do-not-use-047a962872257cf096d5fb5063bcc185df97951a.tar.xz
drakx-backup-do-not-use-047a962872257cf096d5fb5063bcc185df97951a.zip
(main): have compatibility with old stage1 (rhimage -> image)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 5aa1abaf3..c3670c5ec 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -523,7 +523,7 @@ sub main {
$o->{mkbootdisk} = 0;
}
unless ($::testing || $::live) {
- symlink "image", "/tmp/rhimage"; #- for compatibility with new mdk-stage1
+ symlink "rhimage", "/tmp/image"; #- for compatibility with old stage1
unlink $_ foreach "/modules/modules.mar", "/sbin/stage1";
}