bootstrap-vz/base/fs/partitions/single.py
Anders Ingemann 387aa62750 Remove FSM from NoPartitions p-map
Don't set the volume device_path by calling 'create'
2013-10-27 18:11:55 +01:00

9 lines
149 B
Python

from abstract import AbstractPartition
class SinglePartition(AbstractPartition):
initial_state = 'created'
def _before_create(self, e):
pass