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

Conversation

bdwalton
Copy link

Note that you may need to have appropriate firmware and networking utilities installed to have a working network upon reboot. This is varied so don't be overly specific but do point it out.

@bdwalton
Copy link
Author

Taggin @rlaager, per instructions.

I can add this to more than just bookworm (or even Debian?) but I wanted to add it here as it's the most recent Debian releaase and the one I'm familiar with. (I have updated to Trixie on the machine where I discovered this gap, but didn't do the install from there.)

@rlaager
Copy link
Member

rlaager commented Jun 23, 2025

This seems like a solid and helpful idea.

firmware-linux seems to be an actual (meta)package that depends on firmware-linux-free and firmware-linux-nonfree. So it seems like this could read, "You may need to install firmware-linux and other wireless network utilities as well."

Even better would be to specify the actual package name for the wireless utilities. Is this wireless-tools? (I don't personally use WiFi from CLI-only environments.)

Then, since we will have firm package names, maybe it should just be an optional step:

#. Optional: Install driver firmware and WiFi support

apt install --yes firmware-linux wireless-tools

Ideally, do you know what stock debian-installer installs? I like to match the results of the stock install as much as possible. If debian-installer installs e.g. firmware-linux, then we should just do that unconditionally when we install the kernel.

Note that you may need to have appropriate firmware and networking
utilities installed to have a working network upon reboot. This is
varied so don't be overly specific but do point it out.

Signed-off-by: Ben Walton <[email protected]>
@bdwalton
Copy link
Author

I don't know what the stock installer does as I haven't used that path in years at this point as I always do zfs root and use this doc. This is the first time I've done it on a laptop though so I only noticed the need for this now. I think those two packages are likely sufficient. In my case, I just pulled in NetworkManager which pulled in everything else I needed and was on the path to what I wanted in the end anyway. I've updated the patch to reflect your suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants