mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix humongous brainfart
This commit is contained in:
parent
d4601f08af
commit
a3006fbe47
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue