Initial commit
This commit is contained in:
parent
ac8b481b75
commit
3dc60155d6
35
README
Normal file
35
README
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
+--------------------------------------+
|
||||||
|
| 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
|
Loading…
Reference in New Issue
Block a user