On Mon, Aug 12, 2024 at 01:34:44PM -0700, Steve Rikli wrote: > This works OK for me, but I'm wondering if other folks have better > ideas. I don't see an obvious sysinst menu option for this kind of > activity.
There is a good point in the installation where this should happen, and that is the final "additional configuration" menu, where you can add users, install pkgsrc and what have you. Maybe we should add another "run a shell" entry there. There is a trivial workaround with the current version: when you are at that menu, use ^Z to suspend sysinst, do whatever is needed and exit the shell to return to the sysinst menu and finalize the setup. Martin