mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-26 05:28:07 +00:00
Fix some typos
Signed-off-by: Dmitry Shachnev <mitya57@ubuntu.com> Reported-by: Vincent Ladeuil Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
80507ee8eb
commit
840295ff4c
@ -255,7 +255,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
bridge is set up as a reflective relay. Broadcast
|
bridge is set up as a reflective relay. Broadcast
|
||||||
frames coming in from the upper_dev get flooded to all
|
frames coming in from the upper_dev get flooded to all
|
||||||
macvlan interfaces in VEPA mode, local frames are not
|
macvlan interfaces in VEPA mode, local frames are not
|
||||||
delivered locallay, or <option>bridge</option>, it
|
delivered locally, or <option>bridge</option>, it
|
||||||
provides the behavior of a simple bridge between
|
provides the behavior of a simple bridge between
|
||||||
different macvlan interfaces on the same port. Frames
|
different macvlan interfaces on the same port. Frames
|
||||||
from one interface to another one get delivered directly
|
from one interface to another one get delivered directly
|
||||||
@ -570,7 +570,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
rootfs LXC will mount a fresh tmpfs under <filename>/dev</filename>
|
rootfs LXC will mount a fresh tmpfs under <filename>/dev</filename>
|
||||||
(limited to 100k) and fill in a minimal set of initial devices.
|
(limited to 100k) and fill in a minimal set of initial devices.
|
||||||
This is generally required when starting a container containing
|
This is generally required when starting a container containing
|
||||||
a "systemd" based "init" but may be optional at other times. Addional
|
a "systemd" based "init" but may be optional at other times. Additional
|
||||||
devices in the containers /dev directory may be created through the
|
devices in the containers /dev directory may be created through the
|
||||||
use of the <option>lxc.hook.autodev</option> hook.
|
use of the <option>lxc.hook.autodev</option> hook.
|
||||||
</para>
|
</para>
|
||||||
@ -1026,7 +1026,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
Host relative path to the container configuration file. This
|
Host relative path to the container configuration file. This
|
||||||
gives the container to reference the original, top level,
|
gives the container to reference the original, top level,
|
||||||
configuration file for the container in order to locate any
|
configuration file for the container in order to locate any
|
||||||
addotional configuration information not otherwise made
|
additional configuration information not otherwise made
|
||||||
available. [<option>-f</option>]
|
available. [<option>-f</option>]
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -148,7 +148,7 @@ LXC Container configuration for Ubuntu Cloud images.
|
|||||||
Generic Options
|
Generic Options
|
||||||
[ -r | --release <release> ]: Release name of container, defaults to host
|
[ -r | --release <release> ]: Release name of container, defaults to host
|
||||||
[ --rootfs <path> ]: Path in which rootfs will be placed
|
[ --rootfs <path> ]: Path in which rootfs will be placed
|
||||||
[ -a | --arch ]: Arhcitecture of container, defaults to host arcitecture
|
[ -a | --arch ]: Arhcitecture of container, defaults to host architecture
|
||||||
[ -T | --tarball ]: Location of tarball
|
[ -T | --tarball ]: Location of tarball
|
||||||
[ -d | --debug ]: Run with 'set -x' to debug errors
|
[ -d | --debug ]: Run with 'set -x' to debug errors
|
||||||
[ -s | --stream]: Use specified stream rather than 'released'
|
[ -s | --stream]: Use specified stream rather than 'released'
|
||||||
|
Loading…
Reference in New Issue
Block a user