mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-30 01:22:24 +00:00
@@ -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
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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#";
|
||||
|
||||
Reference in New Issue
Block a user