]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nspawn/nspawn-gperf.gperf
nspawn: add ability to configure overlay mounts to .nspawn files
[thirdparty/systemd.git] / src / nspawn / nspawn-gperf.gperf
index 3231a48d5a756042facfcaea8291c251d3d78565..c0fa4bfa1f39d7686106ce59e559b0902678f383 100644 (file)
@@ -33,6 +33,8 @@ Files.Volatile,               config_parse_volatile_mode, 0, offsetof(Settings,
 Files.Bind,                   config_parse_bind,          0, 0
 Files.BindReadOnly,           config_parse_bind,          1, 0
 Files.TemporaryFileSystem,    config_parse_tmpfs,         0, 0
+Files.Overlay,                config_parse_overlay,       0, 0
+Files.OverlayReadOnly,        config_parse_overlay,       1, 0
 Files.PrivateUsersChown,      config_parse_tristate,      0, offsetof(Settings, userns_chown)
 Network.Private,              config_parse_tristate,      0, offsetof(Settings, private_network)
 Network.Interface,            config_parse_strv,          0, offsetof(Settings, network_interfaces)