Fix humongous brainfart

This commit is contained in:
Anders Ingemann 2013-10-06 13:25:00 +02:00
parent d4601f08af
commit a3006fbe47

View file

@ -133,7 +133,7 @@ class FStab(Task):
# if info.manifest.virtualization == 'pvm': # if info.manifest.virtualization == 'pvm':
# device = '/dev/xvda' # device = '/dev/xvda'
p_map = info.volume.partition_map p_map = info.volume.partition_map
mount_points = [('/root', p_map.root)] mount_points = [('/', p_map.root)]
if hasattr(p_map, 'boot'): if hasattr(p_map, 'boot'):
mount_points.append(('/boot', p_map.boot)) mount_points.append(('/boot', p_map.boot))
if hasattr(p_map, 'swap'): if hasattr(p_map, 'swap'):