summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-28 11:36:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-28 11:36:23 +0000
commit882d0bbfe1df5e393cf8aa3c80b760dd6cfe4391 (patch)
treee518ba492f455a3fb25e8ee43b099c5d297541ab /move
parentab6309a635e739fca2257cbd6d37036b266a4f8a (diff)
downloaddrakx-backup-do-not-use-882d0bbfe1df5e393cf8aa3c80b760dd6cfe4391.tar
drakx-backup-do-not-use-882d0bbfe1df5e393cf8aa3c80b760dd6cfe4391.tar.gz
drakx-backup-do-not-use-882d0bbfe1df5e393cf8aa3c80b760dd6cfe4391.tar.bz2
drakx-backup-do-not-use-882d0bbfe1df5e393cf8aa3c80b760dd6cfe4391.tar.xz
drakx-backup-do-not-use-882d0bbfe1df5e393cf8aa3c80b760dd6cfe4391.zip
install kernel-smp-xxx
Diffstat (limited to 'move')
-rwxr-xr-xmove/make_live5
1 files changed, 4 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index e914b476a..a17f4dfd9 100755
--- a/move/make_live
+++ b/move/make_live
@@ -8,6 +8,8 @@ my @langs = map { /^../; $& } split /\s/, (cat_('move.pm') =~ /ALLOWED_LANGS = q
@ARGV <= 1 or die "usage: make_live [live_location=/tmp/live_tree]\n";
+my $kernel_version = '2.4.22.21.1mdk';
+
sub installPackages {
output_p("$::prefix/etc/rpm/macros", "%_install_langs " . join(":", @langs) . "\n");
rename '/etc/rpm/macros', '/etc/rpm/macros.';
@@ -41,7 +43,8 @@ sub installPackages {
qw(zcip dhcp-client dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl pcmcia-cs), #- network conf
qw(cups cups-drivers foomatic-db gimpprint hpoj libnet-snmp mtools mtoolsfm nmap printer-filters printer-testpages printer-utils scli xojpanel xpp), #- printer stuff
qw(ATI_GLX NVIDIA_GLX),
- qw(hcfpcimodem hsflinmodem ltmodem NVIDIA_nforce-2.4.22.21mdk),
+ "kernel-smp-$kernel_version",
+ qw(hcfpcimodem hsflinmodem ltmodem), "NVIDIA_nforce-$kernel_version",
qw(xinput), #- for some mice
qw(perl-Term-Readline-Gnu binutils), #- allow debugging move
],