Merge pull request #4 from clonos/develop

ClonOS Beta
This commit is contained in:
Oleg Ginzburg
2017-04-15 22:28:52 +03:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,8 @@ We like existing Linux-only solutions such as OpenStack (https://www.openstack.o
## Usage
Use downloads pages https://clonos.tekroutine.com/download.html to obtain latest .ISO image
For installing from ISO: Use downloads pages https://clonos.tekroutine.com/download.html to obtain latest .ISO image
For installing on FreeBSD: https://clonos.tekroutine.com/installation_on_freebsd.html
## Limitations
@@ -39,7 +40,7 @@ Tested with following OSes and distribution:
## Contributing
* Fork me on GitHub: [https://github.com/clonos/cp.git](https://github.com/clonos/cp.git)
* Switch to develop branch
* Commit your changes (`git commit -am 'Added some feature'`)
* Push to the branch (`git push`)
* Create new Pull Request

View File

@@ -137,6 +137,8 @@ class Config
'profile'=>'opensuse-x86-42','obtain'=>false),
array('name'=>'Linux Ubuntu 16.04','type'=>'linux',
'profile'=>'ubuntuserver-x86-16.04','obtain'=>true),
array('name'=>'Linux Ubuntu 17.04','type'=>'linux',
'profile'=>'ubuntuserver-x86-17.04','obtain'=>true),
),
),
array(

View File

@@ -24,6 +24,7 @@ astart="#astart#";
data="#workdir#/jails-data/#jname#-data";
vnet="#vnet#";
nic_hwaddr="0";
applytpl="#applytpl#";
mdsize="#mdsize#";
rcconf="#workdir#/jails-rcconf/rc.conf_#jname#";