forked from neil/lxc-templates
711ed73634
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
# This derives from the global userns config
|
|
lxc.include = @LXCTEMPLATECONFIG@/userns.conf
|
|
|
|
# Extra fstab entries as mountall can't mount those by itself
|
|
lxc.mount.entry = /sys/firmware/efi/efivars sys/firmware/efi/efivars none bind,optional 0 0
|
|
lxc.mount.entry = /proc/sys/fs/binfmt_misc proc/sys/fs/binfmt_misc none bind,optional 0 0
|