diff options
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 5f56eb838..d3823322e 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -427,7 +427,6 @@ sub main { undef $::auto_install if $cfg; if (!$::testing) { - symlink "rhimage", "/tmp/image"; #- for compatibility with old stage1 unlink $_ foreach "/modules/modules.mar", "/sbin/stage1"; } |