From 047a962872257cf096d5fb5063bcc185df97951a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 9 Feb 2001 16:08:37 +0000 Subject: (main): have compatibility with old stage1 (rhimage -> image) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') 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"; } -- cgit v1.2.1