36 lines
916 B
Plaintext
36 lines
916 B
Plaintext
+--------------------------------------+
|
|
| Everest Linux Installation Framework |
|
|
+--------------------------------------+
|
|
|
|
The Everest Linux Installation Framework is an easy way to
|
|
build and deploy Everest onto a target system.
|
|
|
|
+----------------+
|
|
| Using the ELIF |
|
|
+----------------+
|
|
|
|
Obtain the source tree.
|
|
|
|
$ git clone https://git.everestlinux.org/EverestLinux/elif
|
|
|
|
If you wish to use a more stable release, download a tarball from the releases tab.
|
|
|
|
You will need to run the corresponding script for your system.
|
|
|
|
If you are running the Everest live USB:
|
|
$ elif-setup live
|
|
|
|
If you are using another host:
|
|
$ elif-setup host
|
|
|
|
elif-setup will set the system up to install Everest.
|
|
|
|
Each script allows for a quick deployment of a prebuilt tarball, or
|
|
for every component to be locally compiled.
|
|
|
|
If you wish to use a prebuilt tarball:
|
|
$ elif no-build
|
|
|
|
If you wish to compile locally:
|
|
$ elif build
|