Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/Getting Started/Debian/Debian Bookworm Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,16 @@ Step 4: System Configuration

Customize this file if the system is not a DHCP client.

#. Optional: Install driver firmware and WiFi support

If you're installing on a laptop or a device where wireless is the
primary network option, the above may not be sufficient as you
could lack the appopriate firmware for the device and tools to
configure the radio. Install some additional packages to cover
that need::

apt install --yes firmware-linux wireless-tools

#. Configure the package sources::

vi /mnt/etc/apt/sources.list
Expand Down