mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-09-05 13:11:37 +00:00
Update readme for build infomation
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
The init task for hyper.
|
||||
exec ./autogen.sh to compile hyperinit
|
||||
# The init Task for Hyper
|
||||
|
||||
You can get binary installer of Hyper and HyperStart through [The Hyper Page](https://github.com/hyperhq/hyper)
|
||||
|
||||
## Build from source
|
||||
|
||||
clone this repo, and make sure have build-essentials installed. Go into the working copy and
|
||||
|
||||
> ./autogen.sh
|
||||
> ./configure
|
||||
> make
|
||||
|
||||
Then you can find `hyper-initrd.img` in build directory, together with a pre-build kernel.
|
||||
|
||||
Reference in New Issue
Block a user