summaryrefslogtreecommitdiff
path: root/vmdb/plugins/mount_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-05fix: remove /etc/resolv.conf when the root file system is unmountedLars Wirzenius1-0/+4
2023-07-14Add support for images with existing partitions and filesystemsrtkapiper1-0/+19
2023-07-14mount_plugin virtualfs_plugin: normalize mountpoint pathsrtkapiper1-3/+4
2023-07-13Revert "mount_plugin virtualfs_plugin: normalize mountpoint paths"Lars Wirzenius1-4/+3
2023-07-13mount_plugin virtualfs_plugin: normalize mountpoint pathsrtkapiper1-3/+4
2023-07-01feat: make zerofree be quietLars Wirzenius1-2/+2
2022-01-17mount_plugin: run zerofree by default on unmountAndy Piper1-1/+10
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-18/+12
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius1-13/+17
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius1-2/+2
2019-12-26Refactor: rename tags mount point to builder mount pointLars Wirzenius1-1/+1
2019-12-15Change: mount plugin to record target mount pointAntonio Terceiro1-0/+2
2019-01-02Change: cache all explicitly mounted filesystems, not just /Lars Wirzenius1-1/+1
2018-08-19Fix: use Tags.set_mount_point instead of add_mount_pointLars Wirzenius1-1/+1
2018-08-18Change: systematize how tags are usedLars Wirzenius1-15/+11
2018-08-18Change: use vmdb.unmount to unmountLars Wirzenius1-1/+5
2017-10-07mount_plugin: don’t rmdir if mount-on is setMichael Stapelberg1-1/+2
2017-07-29Add: mount can set mount points in mounted filesystemsLars Wirzenius1-1/+18
2017-06-18Fix: move virtual fs mounting to its own stepLars Wirzenius1-34/+1
2017-06-18Add: Run pylint in check; fix problems it findsLars Wirzenius1-15/+4
2017-06-17Add: mount plugin will mount virtual filesystemsLars Wirzenius1-1/+45
2017-05-21Make progress reporting prettier, and not be errors anymoreLars Wirzenius1-2/+2
2017-04-01Improve progress reportingLars Wirzenius1-2/+2
2017-04-01Add vmdb.runcmd function, make everything use thatLars Wirzenius1-2/+2
2017-03-29Rename step_spec to just step, for clarityLars Wirzenius1-6/+6
2017-03-28Use partition and filesystem tagsLars Wirzenius1-11/+14
2017-03-25Add mount pluginLars Wirzenius1-0/+64