diff options
Diffstat (limited to 'bundles/fstab/items.py')
| -rw-r--r-- | bundles/fstab/items.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/fstab/items.py b/bundles/fstab/items.py new file mode 100644 index 0000000..e9327ab --- /dev/null +++ b/bundles/fstab/items.py @@ -0,0 +1,12 @@ +if node.os != "alpine": + raise BundleError(f"{node.name}: OS {node.os} is not supported.") + +actions = { + "mount_all": { + "command": "mount -a", + "triggered": True, + }, +} + +for file, config in node.metadata.get("fstab", {}).items(): + pkg_apk[package] = options |