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
09f55bc4
Unverified
Commit
09f55bc4
authored
May 10, 2019
by
Rachid Koucha
Committed by
Christian Brauner
May 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Option --busybox-path instead of --bbpath
As suggested during the review. Signed-off-by:
Rachid Koucha
<
rachid.koucha@gmail.com
>
parent
cd2ca8a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lxc-busybox.in
templates/lxc-busybox.in
+3
-3
No files found.
templates/lxc-busybox.in
View file @
09f55bc4
...
...
@@ -279,13 +279,13 @@ LXC internal arguments:
BUSYBOX template specific arguments:
[ --b
b
path <path> ]: busybox pathname (default:
${
BUSYBOX_EXE
}
)
[ --b
usybox-
path <path> ]: busybox pathname (default:
${
BUSYBOX_EXE
}
)
EOF
return
0
}
if
!
options
=
$(
getopt
-o
hp:n:
-l
help
,rootfs:,path:,name:,mapped-uid:,mapped-gid:,b
b
path:
--
"
$@
"
)
;
then
if
!
options
=
$(
getopt
-o
hp:n:
-l
help
,rootfs:,path:,name:,mapped-uid:,mapped-gid:,b
usybox-
path:
--
"
$@
"
)
;
then
usage
exit
1
fi
...
...
@@ -300,7 +300,7 @@ do
--rootfs
)
rootfs
=
$2
;
shift
2
;;
--mapped-uid
)
LXC_MAPPED_UID
=
$2
;
shift
2
;;
--mapped-gid
)
LXC_MAPPED_GID
=
$2
;
shift
2
;;
--b
b
path
)
BUSYBOX_EXE
=
$2
;
shift
2
;;
--b
usybox-
path
)
BUSYBOX_EXE
=
$2
;
shift
2
;;
--
)
shift
1
;
break
;;
*
)
break
;;
esac
...
...
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