Growlight: Difference between revisions

From SprezzOSWiki
(Created page with "Growlight is used in the SprezzOS installer to prepare disks, replacing the "partman" system from the Debian installer. It fully supports preparation of UEFI/...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Growlight is used in the [[Installation|SprezzOS installer]] to prepare disks, replacing the "partman" system from the Debian installer. It fully supports preparation of UEFI/BIOS booting, GPT and MBR disks, [[ZFS]], and modern block devices. See the [http://nick-black.com/dankwiki/index.php/Growlight project page] for more details.
[[File:Glight.png|right|thumb|Growlight disk manager]]
 
Growlight is used in the [[Installation|SprezzOS installer]] to prepare disks, replacing the "partman" system from the Debian installer. It fully supports preparation of UEFI/BIOS booting, GPT and MBR disks, [[ZFS]], and modern block devices. See the [http://nick-black.com/dankwiki/index.php/Growlight project page] and the [http://www.sprezzatech.com/doc/growlight-curses.xhtml growlight-curses(1)] and [http://www.sprezzatech.com/doc/growlight-readline.xhtml growlight-readline(1)] man pages for more details.
 
==Transcluded Project Documentation==
==Transcluded Project Documentation==
===README===
===README===
<include src="https://raw.github.com/dankamongmen/growlight/master/README" />
<include src="https://raw.githubusercontent.com/dankamongmen/growlight/master/README.md" />
 
==See Also==
==See Also==
* [[Installer development]]
* [[Installer development]]
* [[Installation]]
* [[Installation]]
* [[ZFS]]
* [[ZFS]]
[[CATEGORY: Native Development]]

Latest revision as of 07:47, 16 August 2021

Growlight disk manager

Growlight is used in the SprezzOS installer to prepare disks, replacing the "partman" system from the Debian installer. It fully supports preparation of UEFI/BIOS booting, GPT and MBR disks, ZFS, and modern block devices. See the project page and the growlight-curses(1) and growlight-readline(1) man pages for more details.

Transcluded Project Documentation

README

<include src="https://raw.githubusercontent.com/dankamongmen/growlight/master/README.md" />

See Also