summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-10 12:49:15 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-10 12:49:15 +0000
commit400358b056bfaff8928ca4c56412c4e050790b17 (patch)
tree80c30ac7d11b1ed401b73f68dec175dbb9e8b162 /rescue
parent12627d871f53a49c57e66d39647a81b3126b5d7f (diff)
downloaddrakx-400358b056bfaff8928ca4c56412c4e050790b17.tar
drakx-400358b056bfaff8928ca4c56412c4e050790b17.tar.gz
drakx-400358b056bfaff8928ca4c56412c4e050790b17.tar.bz2
drakx-400358b056bfaff8928ca4c56412c4e050790b17.tar.xz
drakx-400358b056bfaff8928ca4c56412c4e050790b17.zip
incremented installation partition to 5Go in order to store a full DVD.
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/tree/etc/oem-all8
1 files changed, 4 insertions, 4 deletions
diff --git a/rescue/tree/etc/oem-all b/rescue/tree/etc/oem-all
index 51d81469e..3c97ec134 100755
--- a/rescue/tree/etc/oem-all
+++ b/rescue/tree/etc/oem-all
@@ -204,7 +204,7 @@ my $min_size = $options{min_size} || 9000;
my $def_size = $options{def_size} || 8500;
my $trigger_size = $options{trigger_size} || 9000;
#my $inst_size = $options{inst_size} || 1500;
-my $inst_size = $options{inst_size} || 2500;
+my $inst_size = $options{inst_size} || 5000;
my $swap_size = $options{swap_size} || 128;
$hd_size > $min_size or die "hard disk is too small to contain oem install (${hd_size}MB found, need $min_size at least)";
@@ -539,9 +539,9 @@ if ($home) {
}
close F;
#- stupid things for installer to work correctly.
-open F, ">/mnt/etc/mandrake-release";
-print F "Mandrake Linux release 9.1 (Bamboo) for i586";
-close F;
+#open F, ">/mnt/etc/mandrake-release";
+#print F "Mandrake Linux release 9.1 (Bamboo) for i586";
+#close F;
#- keep in mind all the rpm files available (according to hdlists).
my (%files, %rpms);