* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 4e631b66beccf0dd89c467c86a64025c2e9dbccc
@ 2014-05-05 12:02 git
0 siblings, 0 replies; only message in thread
From: git @ 2014-05-05 12:02 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2598 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, master has been updated
via 4e631b66beccf0dd89c467c86a64025c2e9dbccc (commit)
from b1f6b33992b59ca2e7f8316971fa96139aa1d547 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4e631b66beccf0dd89c467c86a64025c2e9dbccc
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon May 5 13:58:41 2014 +0200
initrd: add some dependency modules and remove wirless cards.
this fix pxe boot on e1000e some other cards.
-----------------------------------------------------------------------
Summary of changes:
lfs/initrd | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
Difference in files:
diff --git a/lfs/initrd b/lfs/initrd
index fdb3a55..42da9bc 100644
--- a/lfs/initrd
+++ b/lfs/initrd
@@ -64,11 +64,25 @@ $(TARGET) :
-cd / && cpio -d -p /install/initrd < /tmp/ROOTFILES
- # Copy hid and network modules
+ # Copy hid and network modules (and deps)
cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/hid \
/install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/net \
/install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
+ cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/pcmcia \
+ /install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
+ cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/ssb \
+ /install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
+ cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/uio \
+ /install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
+ cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/ptp \
+ /install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
+ cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/dca \
+ /install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
+ cp -aRf /lib/modules/$(KVER)-ipfire/kernel/drivers/pps \
+ /install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/
+ # Remove wireless modules
+ rm -rf /install/initrd/lib/modules/$(KVER)-ipfire/kernel/drivers/net/wireless
cd /install/initrd/etc && rm -f fstab
cp -aRf $(DIR_SRC)/config/install/* /install/initrd/etc/
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-05 12:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-05 12:02 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 4e631b66beccf0dd89c467c86a64025c2e9dbccc git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox