diff options
Diffstat (limited to 'sysutils/bhyvemgr/files/pkg-message.in')
-rw-r--r-- | sysutils/bhyvemgr/files/pkg-message.in | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/bhyvemgr/files/pkg-message.in b/sysutils/bhyvemgr/files/pkg-message.in index 8943b45cd81c..bf5549750e18 100644 --- a/sysutils/bhyvemgr/files/pkg-message.in +++ b/sysutils/bhyvemgr/files/pkg-message.in @@ -12,16 +12,19 @@ bhyvemgr was installed 4) Now, bhyvemgr supports the use of cloud and VM images. You can even use cloud init or nuageinit to initialize them. -5) If you use a minimal configuration it uses files templates files inside - of %%DATADIR%%/templates directory. +5) If you use a minimal configuration, it uses templates files inside of + %%DATADIR%%/templates directory. Do not remove wildcard inside of these + files. Use samples files if you want define your own configuration. -6) If you want to use your own configuration files: user-data, meta-data, try to - keep %%UUID%% and %%HOSTAME%% inside of them as you can look at - %%DATADIR%%/samples directory. +6) If you want to use your own configuration files: user-data and meta-data, try + to keep %%UUID%% and %%HOSTAME%% inside of them as you can look at + %%DATADIR%%/samples directory. Also, you can keep %%MACADDRESS%%, %%GATEWAY4%%, + %%IP4ADDRESS%%, and %%DNS4SERVERS%% wildcards inside of network-config file. - They will be will replace with virtual machine values. + They will be replaced with virtual machine values depending on of the selected + options. -7) For a optimal use of bhyvemgr, some settings must be applied to your system. +7) For an optimal use of bhyvemgr, some settings must be applied to your system. Take a look at the following url: https://github.com/alonsobsd/bhyvemgr/blob/main/README.md |