User Details
- User Since
- May 30 2017, 11:42 AM (464 w, 3 d)
Today
Thank you for the input.
I will note that in the documentation patch for bsdinstall(8). This patch will be abandoned, the other two in the stack will remain, because they are essentially a cleanup with no functional changes.
Yesterday
Address suggestions:
Yes, I agree. My original plan was to only select the MANDATORY options by default.
But giving it a second thought, maybe I should change it to explicitly set default_lib32 to on (it is currently set to on because there is no default_lib32), and clearly state in the commit that this is to have 32-bit support for some popular ports by default (wine, steam, etc.)?
Hi @senguptaangshuman17_gmail.com, this revision is still missing a few tests. I plan to add them after this week's meeting.
Tue, Apr 21
Hi @0mp would you mind if I take a stab at extending this patch a bit further or maybe you would like to extend it?
For some context, I am currently working on adding a precompiled option to NanoBSD as part of a GSoC project. It requires using pkgbase, however I found it very useful to also add distribution sets for comparison. As such, we have decided to adopt bsdinstall's configuration options, that is, defining a NANO_DISTRIBUTIONS variable with the distributions you want in the final image. I'm pointing users to this manual page for more information about DISTRIBUTIONS.
My extension will consist of presenting more verbose distribution set information (obtained from the MANIFEST), which includes all the valid options the user can choose:
base-dbg.txz "Base system debug info" off base.txz "Base system" on kernel-dbg.txz "Kernel debug info" on kernel.txz "Kernel" on lib32-dbg.txz "32-bit compatibility libraries (Debugging)" off lib32.txz "32-bit compatibility libraries" on ports.txz "Ports tree" off src.txz "System source tree" off tests.txz "Test suite" off
The third column is what bsdinstall selects by default when running interactively (for reasons beyond my understanding, I would have selected base.txz kernel.txz by default as well).
Mon, Apr 20
Thank you for working on this!
Fri, Apr 17
Thu, Apr 16
Yes, this should be pretty straightforward.
I added the network project, just in case. Let's wait one more week, plus an MFC of one week after that.
If this is time-sensitive, let me know and I will commit sooner. Thank you!
Mon, Apr 13
OK, if this is indeed what you prefer, I would only ask that in the commit message at least some of the discussion in the PR is stated. Something along these lines:
The NETWORKING script was created to avoid conflicts between the NETWORK script and the network script (present on NetBSD) when the file system is case-insensitive. NETWORK was maintained as an alias for compatibility with old scripts... (please feel free to paraphrase).
Tue, Apr 7
Tue, Mar 31
Nice! I'm sorry, but I found one very minor thing. REPODIR is unset in bsd.pkg.mk, therefore creating the repo directory under /, I documented inline what I did in order to make it work.
Besides this minor issue and the missing machine-specific Makefiles you mentioned, everything else is superb!
Sun, Mar 29
Sat, Mar 28
Please see: D56118.
Fri, Mar 27
Give me some time to test it, but I think it is better if we just update share/mk/src.opts.mk (and regenerate the manual page afterwards):
.if ${MK_BLOCKLIST} == "no"
MK_BLACKLIST:= no
.endifThank you! It works well now (overall). There are a couple of things that fail on aarch64 (described inline). Other than that, this is great. Thank you!
Thu, Mar 26
Mar 25 2026
Mar 23 2026
Mar 21 2026
Mar 19 2026
- Previous revision stack was committed.
- All possible improvements that derive from this file, will be re-submitted.
Mar 5 2026
Thank you! For taking the time to translate the handbook.
I just glanced over and found this minor nit.
I wonder why backup server is not translated as servidor de respaldo.
Servidor de reemplazo to me sounds like a replacement server.
Mar 4 2026
Mar 3 2026
- Add --libxo to usage message
Address suggestions:
- Do not manually reclaim memory
Mar 2 2026
Refactor chunk of code:
- Prefer clear, separate if statements
- sizeof(char) is always 1
Mar 1 2026
Note that we want to keep the current behavior in makenetvfslist().
Address suggestions.
Rebase
Address suggestions
