Commit 4d7bcfb6 by Serge Hallyn

ubuntu templates: make pstore fstab entry optional

parent 740d1928
...@@ -116,7 +116,7 @@ sysfs sys sysfs defaults 0 0 ...@@ -116,7 +116,7 @@ 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 0 0
/sys/kernel/debug sys/kernel/debug 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/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 EOF
# unprivileged user can't mknod these. One day we may allow # unprivileged user can't mknod these. One day we may allow
......
...@@ -430,7 +430,7 @@ sysfs sys sysfs defaults 0 0 ...@@ -430,7 +430,7 @@ 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 0 0
/sys/kernel/debug sys/kernel/debug 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/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 EOF
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment