summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-26 15:44:09 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-26 15:44:09 +0000
commit93e8f893a0642ed041a24166e00ea02e01ddbb8b (patch)
treea9b2c65d7c51cc59ad564356ab9c820ad050c607
parentf88f2f40f8acf8b315bed113848ba1c985794c82 (diff)
downloaddrakx-93e8f893a0642ed041a24166e00ea02e01ddbb8b.tar
drakx-93e8f893a0642ed041a24166e00ea02e01ddbb8b.tar.gz
drakx-93e8f893a0642ed041a24166e00ea02e01ddbb8b.tar.bz2
drakx-93e8f893a0642ed041a24166e00ea02e01ddbb8b.tar.xz
drakx-93e8f893a0642ed041a24166e00ea02e01ddbb8b.zip
use fat32 instead of fat16, fixed mandrake-release to install.
-rwxr-xr-xrescue/tree/etc/oem-all4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/tree/etc/oem-all b/rescue/tree/etc/oem-all
index f63e44bbe..431185158 100755
--- a/rescue/tree/etc/oem-all
+++ b/rescue/tree/etc/oem-all
@@ -120,7 +120,7 @@ unless (-e "/cdrom/VERSION") {
#- using default options for HP.
$options{free_size} = 500;
$options{free_primary} = 1;
-$options{free_fs} = 'fat16';
+$options{free_fs} = 'fat32';
$options{boot_entries} = 'linux,linux-nonfb,failsafe,floppy';
$options{kernel} = "acpi=off";
@@ -574,7 +574,7 @@ foreach my $medium (@media) {
print " copying " . rpm_fullname($pkg) . "\n";
system "cp", "-a", $file, "/hd/$medium->{rpmsdir}";
if (rpm_fullname($pkg) =~ /mandrake-release/) {
- system "rpm", "-Uvh", "--root", "/mnt", "--nodeps", "--force", "/hd/$medium->{rpmsdir}" . $files{rpm_fullname($pkg)};
+ system "rpm", "-Uvh", "--root", "/mnt", "--nodeps", "--force", "/hd/$medium->{rpmsdir}/" . $files{rpm_fullname($pkg)};
}
}
}