[Lunar-commits] r15317 - lunar-iso/branches/lunar-iso-2.6/scripts

Jaime Buffery nestu at lunar-linux.org
Fri Jun 10 13:41:22 UTC 2005


Author: nestu
Date: 2005-06-10 13:41:21 +0000 (Fri, 10 Jun 2005)
New Revision: 15317

Modified:
   lunar-iso/branches/lunar-iso-2.6/scripts/isofs
Log:
Syncing with trunk

Modified: lunar-iso/branches/lunar-iso-2.6/scripts/isofs
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/scripts/isofs	2005-06-10 13:32:52 UTC (rev 15316)
+++ lunar-iso/branches/lunar-iso-2.6/scripts/isofs	2005-06-10 13:41:21 UTC (rev 15317)
@@ -7,11 +7,14 @@
 
 echo "+ adding kernel modules"
 mkdir -p $ISO_TARGET/kernels
-cp $ISO_SOURCE/kernels/.kernels $ISO_TARGET/
 cp -a $ISO_SOURCE/kernels/TAR/* $ISO_TARGET/kernels/
 tar xj -C $ISO_TARGET -f $ISO_SOURCE/kernels/safe-modules.tar.bz2
 tar xj -C $ISO_TARGET -f $ISO_SOURCE/kernels/linux-modules.tar.bz2
 
+echo "+ adding kernel module lists"
+cp $ISO_SOURCE/kernels/.kernels $ISO_TARGET/kernels/.kernels
+cp $ISO_SOURCE/kernels/kernel-modules-$ISO_KSUFFIX $ISO_TARGET/kernels/kernel-modules
+
 # copy the installed code over:
 echo "+ copying installer program"
 cp lunar-install/init.d/lunar-install $ISO_TARGET/etc/init.d/



More information about the Lunar-commits mailing list