From 400358b056bfaff8928ca4c56412c4e050790b17 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 10 Jul 2003 12:49:15 +0000 Subject: incremented installation partition to 5Go in order to store a full DVD. --- rescue/tree/etc/oem-all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rescue/tree') 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); -- cgit v1.2.1