diff --git a/ohos/images/build_image.py b/ohos/images/build_image.py index 431cb66e0cb43ba12e80915493ad21d0649183b9..eb0ccc3fc681a81e7746ff40583b9421b17592a7 100755 --- a/ohos/images/build_image.py +++ b/ohos/images/build_image.py @@ -78,7 +78,7 @@ def _prepare_ramdisk(ramdisk_path): if os.path.exists(_path): continue os.makedirs(_path, exist_ok=True) - os.symlink('bin/init', os.path.join(ramdisk_path, 'init')) + os.symlink('bin/init_early', os.path.join(ramdisk_path, 'init')) def _prepare_eng_ststem(eng_system_path, build_variant):