View previous topic :: View next topic |
Author |
Message |
wswartzendruber Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/4723465835f7aa12621066.jpg)
Joined: 23 Mar 2004 Posts: 1261 Location: Idaho, USA
|
Posted: Sun Aug 24, 2008 2:23 am Post subject: Placing Firmware in initrd |
|
|
Is it possible to place firmware for kernel drivers inside initrd? How would I add it? _________________ Git has obsoleted SVN.
10mm Auto has obsoleted 45 ACP. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
yabbadabbadont Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/13361939844cd4b5d53ebe4.jpg)
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Sun Aug 24, 2008 5:23 am Post subject: |
|
|
From /etc/genkernel.conf:
Code: | # Enable copying of firmware into initramfs
# FIRMWARE="no"
# Specify directory to pull from
# FIRMWARE_DIR="/lib/firmware"
# Specify specific firmware files to include. This overrides FIRMWARE_DIR
# FIRMWARE_FILES=""
|
So it looks like it can be done. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wswartzendruber Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/4723465835f7aa12621066.jpg)
Joined: 23 Mar 2004 Posts: 1261 Location: Idaho, USA
|
Posted: Sun Aug 24, 2008 6:06 am Post subject: |
|
|
yabbadabbadont wrote: | From /etc/genkernel.conf:
Code: | # Enable copying of firmware into initramfs
# FIRMWARE="no"
# Specify directory to pull from
# FIRMWARE_DIR="/lib/firmware"
# Specify specific firmware files to include. This overrides FIRMWARE_DIR
# FIRMWARE_FILES=""
|
So it looks like it can be done. |
Hmmm... That's genkernel. I wonder what lower-level command that conf file controls. _________________ Git has obsoleted SVN.
10mm Auto has obsoleted 45 ACP. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
yabbadabbadont Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/13361939844cd4b5d53ebe4.jpg)
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Sun Aug 24, 2008 6:35 am Post subject: |
|
|
genkernel....
You can use it to create only the initrd if you like. That is what I use it for with my custom kernel. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|