Difference between revisions of "Pc-sysinstall"
From GhostBSD Wiki
(→General Information) |
|||
Line 17: | Line 17: | ||
GhostBSD imports latest pc-sysinstall from in-tree trueos version. | GhostBSD imports latest pc-sysinstall from in-tree trueos version. | ||
+ | == See also == | ||
+ | * https://github.com/trueos/pc-sysinstall | ||
Revision as of 15:17, 6 February 2020
Welcome to Pc-sysinstall. |
Introduction
The pc-sysinstall utility is a hybrid backend for installing FreeBSD/GhostBSD. When run in install mode it takes a configuration file and performs an installation according to the parameters specified in the configuration file. When called with one of the system query commands it provides information about the system to aid a front end in building an appropriate configuration file. Pc-sysinstall is used by GBI.
It is still used and maintained for TrueOS.
General Information
You can find general information on GitHub
GhostBSD is based on TrueOS/FreeBSD. The Package is also in the GhostBSD repositories
GhostBSD imports latest pc-sysinstall from in-tree trueos version.