summaryrefslogtreecommitdiffstats
path: root/patches/fuel-agent/0005-Add-esp-partition-flag.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-05-16 11:50:26 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-16 11:50:26 +0000
commitfe0bb0e56b980a92eebf9604469779d6fd4c4298 (patch)
tree3d6609a1723893af2cef1dd5010dd172329a4fc8 /patches/fuel-agent/0005-Add-esp-partition-flag.patch
parenta4ada554960efa8eeb551bbc14aabd275aa51981 (diff)
parentc6cfbefc5f9d1318d89d1ca42e71bed0e5e2ccdf (diff)
Merge "Rebase: p/fuel-agent: Update UEFI after ec71a42."
Diffstat (limited to 'patches/fuel-agent/0005-Add-esp-partition-flag.patch')
-rw-r--r--patches/fuel-agent/0005-Add-esp-partition-flag.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/fuel-agent/0005-Add-esp-partition-flag.patch b/patches/fuel-agent/0005-Add-esp-partition-flag.patch
index e90b283b..2ecec416 100644
--- a/patches/fuel-agent/0005-Add-esp-partition-flag.patch
+++ b/patches/fuel-agent/0005-Add-esp-partition-flag.patch
@@ -16,11 +16,11 @@ index c2fef69..0ae81f9 100644
--- a/fuel_agent/drivers/nailgun.py
+++ b/fuel_agent/drivers/nailgun.py
@@ -324,7 +324,7 @@ class Nailgun(BaseDataDriver):
- # uefi partition (for future use)
- LOG.debug('Adding UEFI partition on disk %s: size=200' %
- disk['name'])
-- parted.add_partition(size=200)
-+ parted.add_partition(size=200, flags=['esp'])
+ # uefi partition (for future use)
+ LOG.debug('Adding UEFI partition on disk %s: size=200' %
+ disk['name'])
+- parted.add_partition(size=200)
++ parted.add_partition(size=200, flags=['esp'])
LOG.debug('Looping over all volumes on disk %s' % disk['name'])
for volume in disk['volumes']: