diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-09 16:08:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-09 16:08:37 +0000 |
commit | 047a962872257cf096d5fb5063bcc185df97951a (patch) | |
tree | 2fe3f6684ec284b22cbaa6f146c9316053ee658c /perl-install | |
parent | c6a4cba373448243762242fd54c72726e7b204da (diff) | |
download | drakx-047a962872257cf096d5fb5063bcc185df97951a.tar drakx-047a962872257cf096d5fb5063bcc185df97951a.tar.gz drakx-047a962872257cf096d5fb5063bcc185df97951a.tar.bz2 drakx-047a962872257cf096d5fb5063bcc185df97951a.tar.xz drakx-047a962872257cf096d5fb5063bcc185df97951a.zip |
(main): have compatibility with old stage1 (rhimage -> image)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 2 |
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"; } |