summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_blkid_tab.ml
Commit message (Collapse)AuthorAgeFilesLines
* sysprep: Change perform callback to perform_on_filesystems and ↵Richard W.M. Jones2012-07-251-1/+2
| | | | | | | | | perform_on_devices. Operations that need to work directly on guest block devices will fail because the block devices are busy. Therefore add a phase with the filesystems unmounted, and allow operations to specify that they need to work in this phase.
* sysprep: remove blkid tab in the guestWanlong Gao2012-05-101-0/+55
Remove blkid tab cache in the guest. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>