File naming sanity.

This commit is contained in:
Ian Gulliver
2016-03-31 09:38:38 -07:00
parent b8e9a664bd
commit 75f77093aa
2 changed files with 1 additions and 1 deletions

View File

@@ -223,7 +223,7 @@ class ImageBuilder(object):
def _FixGrub(self, union_path):
shutil.copyfile(
os.path.join(self._ico_server_path, 'iso_files', 'grub.cfg'),
os.path.join(self._ico_server_path, 'iso_files', 'loopback.cfg'),
os.path.join(union_path, 'boot', 'grub', 'loopback.cfg'))
def _CreateISO(self, union_path):