Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

hyperhq/hyperstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0c07d2 · Sep 17, 2018
Aug 17, 2018
Feb 10, 2017
Oct 26, 2017
Sep 17, 2018
Oct 20, 2017
Jun 8, 2017
May 25, 2015
Feb 10, 2017
May 29, 2015
Sep 29, 2017
Sep 12, 2016
Sep 15, 2018

Repository files navigation

The init Task for HyperContainer

You can get the binary installer of HyperContainer and HyperStart through The Hyper Page

Build from source

clone this repo, and make sure you have build-essential and autoconf installed. Go into the working copy and

> ./autogen.sh
> ./configure
> make

Then you can find hyper-initrd.img in the build directory, together with a pre-built kernel.

If you want to run hyperstart with 64-bit ARM architecture, please reconfigure with flag --with-aarch64,

> ./configure --with-aarch64
> make