summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-29 22:19:35 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-29 22:19:35 +0000
commit46ff954145221fca4a574da60c65eb3a7b8eb1e6 (patch)
tree26a5437f5d3f7aa04393d9875d5ed781cc4e1db7 /perl-install/fsedit.pm
parente3463832c394be7b55eb840ebc3eed439c2a7c11 (diff)
downloaddrakx-backup-do-not-use-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar
drakx-backup-do-not-use-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar.gz
drakx-backup-do-not-use-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar.bz2
drakx-backup-do-not-use-46ff954145221fca4a574da60c65eb3a7b8eb1e6.tar.xz
drakx-backup-do-not-use-46ff954145221fca4a574da60c65eb3a7b8eb1e6.zip
revert back to /initrd
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm2
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};