In other words, the image will not build if a file in this list is not found.
</para>
<para>
- An example is a machine that has WiFi capability.
- WiFi being enabled is not essential for the machine to boot the image.
+ An example is a machine that has WiFi capability but is not essential
+ For the machine to boot the image.
However, if you are building a more fully-featured image, you want to enable
the WiFi.
The package containing the firmware for the WiFi hardware is always
In other words, the image will build if a file in this list is not found.
</para>
<para>
- An example is a machine that has WiFi capability.
- WiFi being enabled is not essential for the machine to boot the image.
- However if you are building a more fully-featured image, you want to enable
+ An example is a machine that has WiFi capability but is not essential
+ For the machine to boot the image.
+ However, if you are building a more fully-featured image, you want to enable
WiFi.
- However, the package containing the WiFi kernel module will not be produced
+ In this case, the package containing the WiFi kernel module will not be produced
if the WiFi driver is built into the kernel, in which case you still want the
- build to succeed instead of failing because the package could not be found.
+ build to succeed instead of failing as a result of the package not being found.
To accomplish this, assuming the package for the module was called
<filename>kernel-module-examplewifi</filename>, you would use the
following in the <filename>.conf</filename> file for the machine: