summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-14 23:01:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-14 23:01:01 +0000
commitb99fe29ea8829bf5ba37d85e5c18eba4eed6f53f (patch)
treed7564279b011831d7e16c0b58553f2c5fb71d0d4
parent7d50f4e56edc1d5f20ee159122cbe0871047e70e (diff)
downloaddrakx-backup-do-not-use-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar
drakx-backup-do-not-use-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar.gz
drakx-backup-do-not-use-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar.bz2
drakx-backup-do-not-use-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.tar.xz
drakx-backup-do-not-use-b99fe29ea8829bf5ba37d85e5c18eba4eed6f53f.zip
no_comment
-rw-r--r--perl-install/install2.pm2
-rw-r--r--perl-install/modules.pm2
-rwxr-xr-xupdate_kernel6
3 files changed, 8 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 6262d8d31..76a7c52c3 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -101,7 +101,7 @@ arch() =~ /^sparc/ ? (
],
),
developer => [
- { mntpoint => "/", size => 150 << 11, type => 0x83, ratio => 1, maxsize => 300 << 11 },
+ { mntpoint => "/", size => 150 << 11, type => 0x83, ratio => 1, maxsize => 500 << 11 },
{ mntpoint => "swap", size => 64 << 11, type => 0x82, ratio => 1, maxsize => 250 << 11 },
{ mntpoint => "/usr", size => 300 << 11, type => 0x83, ratio => 4, maxsize =>3000 << 11 },
{ mntpoint => "/home", size => 100 << 11, type => 0x83, ratio => 5 },
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index e2b86982f..9a591cbf7 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -330,7 +330,7 @@ my %type_aliases = (
my @skip_big_modules_on_stage1 =
qw(
acenic sk98lin de4x5
-BusLogic seagate fdomain g_NCR5380 dc395x_trm tmscsim
+BusLogic seagate fdomain g_NCR5380 tmscsim
dpt_i2o eata eata_pio eata_dma
aztcd gscd isp16 mcd mcdx optcd cm206 sjcd
);
diff --git a/update_kernel b/update_kernel
index 11871d717..35451dfac 100755
--- a/update_kernel
+++ b/update_kernel
@@ -55,3 +55,9 @@ rm -rf modules ; install -d modules
}
rm -f $ALL_MODULES $PCMCIA_INSTALLMODULES $NOT_USEFULL_IN_STAGE1 # leave in the directory non-install1 used modules
)
+
+# v=kernel-2.2.17-BOOT3.tar.bz2
+# scp kenobi:~chmou/work/kernel/archive/$v /tmp
+# cd ~/gi/kernel ; rm -rf * ; tar xfI /tmp/$v
+# cd ~/gi ; ./update-kernel ; rm -f network.rdz ; ./make_boot_img network.rdz network ; scp vmlinuz network.rdz kenobi:/tftpboot
+# cp -f ~/gi/modules/modules.cz /export/Mandrake/mdkinst/lib/modules.cz