summaryrefslogtreecommitdiff
path: root/vmdb/plugins/fstab_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-13fstab_plugin: sort fstab entries by mount pointrtkapiper1-0/+2
2023-05-12fix: don't set ext4 option in fstab, by defaultLars Wirzenius1-1/+1
2022-01-01feat: cryptsetup stepLars Wirzenius1-10/+31
2020-09-05refactor(plugins): replace cliapp's plugin infra with a custom oneLars Wirzenius1-3/+1
2020-08-20refactor: format all Python modules with blackLars Wirzenius1-17/+14
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius1-4/+6
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius1-1/+1
2019-12-16Fix: do not add filesystems that aren't mounted to fstabLars Wirzenius1-14/+15
2019-12-16Refactor: reformat to fit within 80 columnsLars Wirzenius1-2/+5
2019-12-15Add: step to create /etc/fstabAntonio Terceiro1-0/+61