mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-13 23:12:50 +00:00
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>
This commit is contained in:
parent
68c9cf3668
commit
d59feca3be
@ -118,9 +118,9 @@ EOF
|
||||
cat <<EOF > $path/fstab
|
||||
proc proc proc nodev,noexec,nosuid 0 0
|
||||
sysfs sys sysfs defaults 0 0
|
||||
/sys/fs/fuse/connections sys/fs/fuse/connections none bind 0 0
|
||||
/sys/kernel/debug sys/kernel/debug none bind 0 0
|
||||
/sys/kernel/security sys/kernel/security 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,optional 0 0
|
||||
/sys/kernel/security sys/kernel/security none bind,optional 0 0
|
||||
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
|
||||
EOF
|
||||
|
||||
|
@ -427,9 +427,9 @@ EOF
|
||||
cat <<EOF > $path/fstab
|
||||
proc proc proc nodev,noexec,nosuid 0 0
|
||||
sysfs sys sysfs defaults 0 0
|
||||
/sys/fs/fuse/connections sys/fs/fuse/connections none bind 0 0
|
||||
/sys/kernel/debug sys/kernel/debug none bind 0 0
|
||||
/sys/kernel/security sys/kernel/security 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,optional 0 0
|
||||
/sys/kernel/security sys/kernel/security none bind,optional 0 0
|
||||
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user