diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-07 18:32:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-07 18:32:52 +0000 |
commit | afb7729c0ae1653143a481604afc303ad6b7093d (patch) | |
tree | 7ccd5e404d7f6b31d6eea61c1eff854d8f1fb882 /kernel | |
parent | 63038ab702990256324250832624811951307d34 (diff) | |
download | drakx-backup-do-not-use-afb7729c0ae1653143a481604afc303ad6b7093d.tar drakx-backup-do-not-use-afb7729c0ae1653143a481604afc303ad6b7093d.tar.gz drakx-backup-do-not-use-afb7729c0ae1653143a481604afc303ad6b7093d.tar.bz2 drakx-backup-do-not-use-afb7729c0ae1653143a481604afc303ad6b7093d.tar.xz drakx-backup-do-not-use-afb7729c0ae1653143a481604afc303ad6b7093d.zip |
add modules.cz for xbox
Diffstat (limited to 'kernel')
-rwxr-xr-x | kernel/update_kernel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/update_kernel b/kernel/update_kernel index 135db4acb..6e93c6a44 100755 --- a/kernel/update_kernel +++ b/kernel/update_kernel @@ -24,6 +24,7 @@ if (@ARGV) { update_kernel_from_repository($RPMS, '2.6', 0); update_kernel_from_repository($RPMS, '2.6', 1); # update_kernel_from_repository($RPMS, '2.4', 1); + install_kernel(glob("$RPMS/kernel-xbox*"), 1); } |