mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-02 10:57:52 +00:00
@@ -25,7 +25,8 @@ We like existing Linux-only solutions such as OpenStack (https://www.openstack.o
|
|||||||
|
|
||||||
## Usage
|
## 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
|
## Limitations
|
||||||
|
|
||||||
@@ -39,7 +40,7 @@ Tested with following OSes and distribution:
|
|||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
* Fork me on GitHub: [https://github.com/clonos/cp.git](https://github.com/clonos/cp.git)
|
* 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'`)
|
* Commit your changes (`git commit -am 'Added some feature'`)
|
||||||
* Push to the branch (`git push`)
|
* Push to the branch (`git push`)
|
||||||
* Create new Pull Request
|
* Create new Pull Request
|
||||||
|
|
||||||
|
|||||||
@@ -137,6 +137,8 @@ class Config
|
|||||||
'profile'=>'opensuse-x86-42','obtain'=>false),
|
'profile'=>'opensuse-x86-42','obtain'=>false),
|
||||||
array('name'=>'Linux Ubuntu 16.04','type'=>'linux',
|
array('name'=>'Linux Ubuntu 16.04','type'=>'linux',
|
||||||
'profile'=>'ubuntuserver-x86-16.04','obtain'=>true),
|
'profile'=>'ubuntuserver-x86-16.04','obtain'=>true),
|
||||||
|
array('name'=>'Linux Ubuntu 17.04','type'=>'linux',
|
||||||
|
'profile'=>'ubuntuserver-x86-17.04','obtain'=>true),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ astart="#astart#";
|
|||||||
data="#workdir#/jails-data/#jname#-data";
|
data="#workdir#/jails-data/#jname#-data";
|
||||||
|
|
||||||
vnet="#vnet#";
|
vnet="#vnet#";
|
||||||
|
nic_hwaddr="0";
|
||||||
applytpl="#applytpl#";
|
applytpl="#applytpl#";
|
||||||
mdsize="#mdsize#";
|
mdsize="#mdsize#";
|
||||||
rcconf="#workdir#/jails-rcconf/rc.conf_#jname#";
|
rcconf="#workdir#/jails-rcconf/rc.conf_#jname#";
|
||||||
|
|||||||
Reference in New Issue
Block a user