mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:29:56 +00:00
ubuntu templates: make pstore fstab entry optional
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
740d1928fa
commit
4d7bcfb638
@ -116,7 +116,7 @@ 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/pstore sys/fs/pstore none bind 0 0
|
||||
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
|
||||
EOF
|
||||
|
||||
# unprivileged user can't mknod these. One day we may allow
|
||||
|
@ -430,7 +430,7 @@ 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/pstore sys/fs/pstore none bind 0 0
|
||||
/sys/fs/pstore sys/fs/pstore none bind,optional 0 0
|
||||
EOF
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user