Giter VIP home page Giter VIP logo

growlight's Introduction

growlight
=========

Sprezzatech's system installation application.

 http://www.sprezzatech.com/research.html
 http://nick-black.com/dankwiki/index.php/Growlight

Donate via Pledgie: http://www.pledgie.com/campaigns/18116

Dependencies:

 - libudev (tested with Debian's 175-3.1)
 - libblkid (tested with Debian's 2.20.1-5)
 - libpci (tested with Debian's 3.1.9-3)
 - libpciaccess (tested with Debian's 0.13.1-2)
 - libdevmapper (tested with Debian's 1.02.74)
 - libatasmart (tested with Debian's 0.19-1)
 - OpenSSL (tested with Debian's 1.0.1)
 - mkswap(8) from util-linux
 - badblocks(8), mkfs.ext4(8), mkfs.ext3(8), mkfs.ext2(8) from e2fsprogs

Kernel options:

 - CONFIG_DM_CRYPT (for device mapper encrypt aka LUKS)
 - CONFIG_MD_RAID* (for MDRAID)
 - CONFIG_MSDOS_PARTITION (for msdos partition tables)
 - CONFIG_EFI_PARTITION (for GPT partition tables)
 ... almost certainly more

Build-only dependencies:

 - xsltproc (tested with 20800/10126/815)
 - autotools (tested with 1.11)

Building from a git checkout:

 - autoreconf -sfi -Wall,error
 - continue from "Building from a tarball"

Building from a tarball:

 - ./configure && make && sudo make install

===Using it===

See the man page.


===ZFS Support===

This is tricky, and not recommended unless you want to experiment. You'll need
installed SPL/ZFS libraries. You'll be using the include files from the
checkout, since by default using the SPL headers hides the real system headers.
Unfortunately, the headers I've copied into libzfs/ in the checkout quite
likely don't match yours. Have fun!

 ./configure --enable-zfs --with-zfs-include=`pwd`/libzfs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.