Revision: 7847 http://sourceforge.net/p/ipcop/svn/7847 Author: owes Date: 2015-02-01 18:37:48 +0000 (Sun, 01 Feb 2015) Log Message: ----------- Drop modules.{pcimap,usbmap} from initramfs
Modified Paths: -------------- ipcop/trunk/lfs/ipcop-initramfs Modified: ipcop/trunk/lfs/ipcop-initramfs =================================================================== --- ipcop/trunk/lfs/ipcop-initramfs 2015-02-01 18:35:46 UTC (rev 7846) +++ ipcop/trunk/lfs/ipcop-initramfs 2015-02-01 18:37:48 UTC (rev 7847) @@ -287,12 +287,10 @@ # libs are installed, we are now able to run busybox programs - # Create modules.dep from busybox depmod and the limited list of installed modules + # Create modules.{alias,dep} from busybox depmod and the limited list of installed modules chroot $(INITRAMFS_DIR) /sbin/depmod -a $(KVER) # busybox modprobe support relative path, so .dep file is 1/3 smaller by removing /lib/modules/$(KVER)/ chroot $(INITRAMFS_DIR) /bin/sed -i 's|/lib/modules/$(KVER)/||g' /lib/modules/$(KVER)/modules.dep - # busybox depmod does not recreate modules.{pcimap,usbmap} that we use for hardware discovery - cp -f /lib/modules/$(KVER)/modules.{pcimap,usbmap} $(INITRAMFS_DIR)/lib/modules/$(KVER) # Create the images directory mkdir -p /$(INSTALLER_DIR)/images This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn