diff --git a/server/build_image.py b/server/build_image.py index 6b4a090..4f1a00d 100755 --- a/server/build_image.py +++ b/server/build_image.py @@ -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): diff --git a/server/iso_files/grub.cfg b/server/iso_files/loopback.cfg similarity index 100% rename from server/iso_files/grub.cfg rename to server/iso_files/loopback.cfg