GhostSBH
I think we can build something more refined than
FreeBSD’s bsdconfig
, especially for use in the
Gershwin desktop environment. Rather than one
monolithic tool, it may be better if each utility
handles a single task effectively.
Let us structure it like this:
netutil
– network configuration
diskutil
– disk partitioning
sysutil
– system startup and service settings
userutil
– user account management
The only drawback, perhaps, is that I would prefer to
write it in Objective-C instead of Python. I would not
use Gtk, Qt, or Tk, keeping the design clean, native,
and consistent with the rest of the system.