Difference between revisions of "Pc-sysinstall"

From GhostBSD Wiki
Jump to: navigation, search
(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 16:17, 6 February 2020

Welcome to Icon Disti GhostBSD.png Pc-sysinstall.
System
Directory Structure Standard Mount Points Configuration Files
Basics Users and Basic Account Management Permissions
Pc-sysinstall System Administration System Administration Utilities
Kernel Competence Hardware detection with dmesg GhostBSD Boot Process
Back to the Icon Disti GhostBSD.pngWiki

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.

See also