Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
e3f46bfb
Commit
e3f46bfb
authored
Sep 18, 2013
by
Serge Hallyn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lxc-create: add -P to --lxcpath option help text
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
8900b9eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
lxc_create.c
src/lxc/lxc_create.c
+16
-16
No files found.
src/lxc/lxc_create.c
View file @
e3f46bfb
...
...
@@ -120,22 +120,22 @@ static struct lxc_arguments my_args = {
lxc-create creates a container
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME for name of the container
\n
\
-f, --config=file
i
nitial configuration file
\n
\
-t, --template=t
t
emplate to use to setup container
\n
\
-B, --bdev=BDEV
b
acking store type to use
\n
\
-
-lxcpath=PATH p
lace container under PATH
\n
\
--lvname=LVNAME Use LVM lv name LVNAME
\n
\
(Default: container name)
\n
\
--vgname=VG Use LVM vg called VG
\n
\
(Default: lxc))
\n
\
--fstype=TYPE Create fstype TYPE
\n
\
(Default: ext3))
\n
\
--fssize=SIZE Create filesystem of size SIZE
\n
\
(Default: 1G))
\n
\
--dir=DIR Place rootfs directory under DIR
\n
\
--zfsroot=PATH Create zfs under given zfsroot
\n
\
(Default: tank/lxc))
\n
"
,
-n, --name=NAME
NAME for name of the container
\n
\
-f, --config=file
I
nitial configuration file
\n
\
-t, --template=t
T
emplate to use to setup container
\n
\
-B, --bdev=BDEV
B
acking store type to use
\n
\
-
P, --lxcpath=PATH P
lace container under PATH
\n
\
--lvname=LVNAME
Use LVM lv name LVNAME
\n
\
(Default: container name)
\n
\
--vgname=VG
Use LVM vg called VG
\n
\
(Default: lxc))
\n
\
--fstype=TYPE
Create fstype TYPE
\n
\
(Default: ext3))
\n
\
--fssize=SIZE
Create filesystem of size SIZE
\n
\
(Default: 1G))
\n
\
--dir=DIR
Place rootfs directory under DIR
\n
\
--zfsroot=PATH
Create zfs under given zfsroot
\n
\
(Default: tank/lxc))
\n
"
,
.
options
=
my_longopts
,
.
parser
=
my_parser
,
.
checker
=
NULL
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment