diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-29 22:19:35 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-29 22:19:35 +0000 |
commit | 46ff954145221fca4a574da60c65eb3a7b8eb1e6 (patch) | |
tree | 26a5437f5d3f7aa04393d9875d5ed781cc4e1db7 /perl-install/fsedit.pm | |
parent | e3463832c394be7b55eb840ebc3eed439c2a7c11 (diff) | |
download | drakx-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar drakx-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar.gz drakx-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar.bz2 drakx-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar.xz drakx-46ff954145221fca4a574da60c65eb3a7b8eb1e6.zip |
revert back to /initrd
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 1dc4c9990..1061fb7a0 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -341,7 +341,7 @@ sub file2part { unless ($file =~ s/^$prefix//) { my ($part) = grep { loopback::carryRootLoopback($_) } @$fstab or die; log::l("found $part->{mntpoint}"); - $file =~ s|/lib/initrd/loopfs|$part->{mntpoint}|; + $file =~ s|/initrd/loopfs|$part->{mntpoint}|; } foreach (@$fstab) { my $m = $_->{mntpoint}; |