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
d59feca3
Commit
d59feca3
authored
Nov 12, 2013
by
Stéphane Graber
Committed by
Serge Hallyn
Nov 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lxc-ubuntu*: Mark non-essential mounts optional
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
68c9cf36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
lxc-ubuntu-cloud.in
templates/lxc-ubuntu-cloud.in
+3
-3
lxc-ubuntu.in
templates/lxc-ubuntu.in
+3
-3
No files found.
templates/lxc-ubuntu-cloud.in
View file @
d59feca3
...
@@ -118,9 +118,9 @@ EOF
...
@@ -118,9 +118,9 @@ EOF
cat
<<
EOF
>
$path
/fstab
cat
<<
EOF
>
$path
/fstab
proc proc proc nodev,noexec,nosuid 0 0
proc proc proc nodev,noexec,nosuid 0 0
sysfs sys sysfs defaults 0 0
sysfs sys sysfs defaults 0 0
/sys/fs/fuse/connections sys/fs/fuse/connections none bind 0 0
/sys/fs/fuse/connections sys/fs/fuse/connections none bind
,optional
0 0
/sys/kernel/debug sys/kernel/debug none bind 0 0
/sys/kernel/debug sys/kernel/debug none bind
,optional
0 0
/sys/kernel/security sys/kernel/security none bind 0 0
/sys/kernel/security sys/kernel/security none bind
,optional
0 0
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
EOF
EOF
...
...
templates/lxc-ubuntu.in
View file @
d59feca3
...
@@ -427,9 +427,9 @@ EOF
...
@@ -427,9 +427,9 @@ EOF
cat
<<
EOF
>
$path
/fstab
cat
<<
EOF
>
$path
/fstab
proc proc proc nodev,noexec,nosuid 0 0
proc proc proc nodev,noexec,nosuid 0 0
sysfs sys sysfs defaults 0 0
sysfs sys sysfs defaults 0 0
/sys/fs/fuse/connections sys/fs/fuse/connections none bind 0 0
/sys/fs/fuse/connections sys/fs/fuse/connections none bind
,optional
0 0
/sys/kernel/debug sys/kernel/debug none bind 0 0
/sys/kernel/debug sys/kernel/debug none bind
,optional
0 0
/sys/kernel/security sys/kernel/security none bind 0 0
/sys/kernel/security sys/kernel/security none bind
,optional
0 0
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
EOF
EOF
...
...
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