Skip to content

Add hint for Debian Bookworm ZFS Root Networking #558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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