BSDStore
management and repository for FreeBSD jails

jail description


Attention! I apologize, but it is automatic machine translation of the text. You can improve it if will send to me more correct version of the text or fix html pages via GITHUB repository.

Commands:

% cbsd jdescr
Descriptions:

Each jail can have the description/summary. cbsd jdescr without arguments just out description for all jails on the local node.
Command

% cbsd jdescr mode=update jname=jname
start editor vi for entering description. By argument editor you can start alternative favorite editor (for example, who can UTF8) - vim, mcedit. Descriptions stored in ASCII-file, placed to $workdir/jails-system/$jname/descr file, where jname - name of jail. This file you can just copy. As directory jails-system participates in jcoldmigrate, jclone, jimport/export operations, description will be will remain.

Example (run mcedit editor for description edit for kde4 jail):

% cbsd jdescr jname=kde4 editor=mcedit mode=update