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
5e00ff01
Commit
5e00ff01
authored
Oct 04, 2013
by
Dwight Engen
Committed by
Serge Hallyn
Oct 04, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oracle template: add openssh-clients to enable scp in/out of container
Signed-off-by:
Dwight Engen
<
dwight.engen@oracle.com
>
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
67660331
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lxc-oracle.in
templates/lxc-oracle.in
+1
-1
No files found.
templates/lxc-oracle.in
View file @
5e00ff01
...
@@ -516,7 +516,7 @@ container_rootfs_create()
...
@@ -516,7 +516,7 @@ container_rootfs_create()
mkdir
-p
$container_rootfs
/var/lib/rpm
mkdir
-p
$container_rootfs
/var/lib/rpm
rpm
--root
$container_rootfs
--initdb
rpm
--root
$container_rootfs
--initdb
yum_args
=
"--installroot
$container_rootfs
--disablerepo=* --enablerepo=
$repo
-y --nogpgcheck"
yum_args
=
"--installroot
$container_rootfs
--disablerepo=* --enablerepo=
$repo
-y --nogpgcheck"
min_pkgs
=
"yum initscripts passwd rsyslog vim-minimal openssh-server dhclient chkconfig rootfiles policycoreutils oraclelinux-release"
min_pkgs
=
"yum initscripts passwd rsyslog vim-minimal openssh-server
openssh-clients
dhclient chkconfig rootfiles policycoreutils oraclelinux-release"
# we unshare the mount namespace because yum installing the ol4
# we unshare the mount namespace because yum installing the ol4
# packages causes $rootfs/proc to be mounted on
# packages causes $rootfs/proc to be mounted on
...
...
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