summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-18 17:31:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-18 17:31:32 +0000
commitfb696b6d16dbc4dd8a630eaac78dfdc5926336ba (patch)
tree1af8422ca1d2b67fdb1e78ead0b58579319050f1 /update_kernel
parentfcb5a3e68d683a5b1a50a13b1e7a18bd111c1cc9 (diff)
downloaddrakx-backup-do-not-use-fb696b6d16dbc4dd8a630eaac78dfdc5926336ba.tar
drakx-backup-do-not-use-fb696b6d16dbc4dd8a630eaac78dfdc5926336ba.tar.gz
drakx-backup-do-not-use-fb696b6d16dbc4dd8a630eaac78dfdc5926336ba.tar.bz2
drakx-backup-do-not-use-fb696b6d16dbc4dd8a630eaac78dfdc5926336ba.tar.xz
drakx-backup-do-not-use-fb696b6d16dbc4dd8a630eaac78dfdc5926336ba.zip
mdk-stage1 produces the boot images in Cooker
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel14
1 files changed, 7 insertions, 7 deletions
diff --git a/update_kernel b/update_kernel
index f189c0150..b5b8bec6e 100755
--- a/update_kernel
+++ b/update_kernel
@@ -46,13 +46,13 @@ rm -rf modules ; install -d modules
perl -pi -e 's/((plip|ppa|imm): parport)/$1 parport_pc/' modules.dep
ls *.o | packdrake -b9s modules.cz 400000
ls *.o | cpio --quiet -H crc -o | bzip2 -9> modules.cpio.bz2
- ls $NETWORK_MODULES | cpio --quiet -H crc -o | gzip -9 > network_modules.cgz
- ls $CDROM_MODULES | cpio --quiet -H crc -o | gzip -9 > cdrom_modules.cgz
- ls $HD_MODULES | cpio --quiet -H crc -o | gzip -9 > hd_modules.cgz
- ls $HDREISER_MODULES| cpio --quiet -H crc -o | gzip -9 > hdreiser_modules.cgz
- ls $PCMCIA_MODULES | cpio --quiet -H crc -o | gzip -9 > pcmcia_modules.cgz
- ls $BIG_MODULES | cpio --quiet -H crc -o | gzip -9 > other_modules.cgz
- ls $ALL_MODULES | cpio --quiet -H crc -o | gzip -9 > all_modules.cgz
+ ../mdk-stage1/mar/mar -c network_modules.mar $NETWORK_MODULES
+ ../mdk-stage1/mar/mar -c cdrom_modules.mar $CDROM_MODULES
+ ../mdk-stage1/mar/mar -c hd_modules.mar $HD_MODULES
+ ../mdk-stage1/mar/mar -c hdreiser_modules.mar $HDREISER_MODULES
+ ../mdk-stage1/mar/mar -c pcmcia_modules.mar $PCMCIA_MODULES
+ ../mdk-stage1/mar/mar -c other_modules.mar $BIG_MODULES
+ ../mdk-stage1/mar/mar -c all_modules.mar $ALL_MODULES
[ "$ARCH" == "i386" ] && {
cp $PCMCIA_INSTALLMODULES ../install_pcmcia_modules/
}