소스 검색

Correcct kernel installation

SolidHal 3 년 전
부모
커밋
e84f21630f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -72,7 +72,7 @@ build_dirs: $(PRAWNOS_BUILD)
 #:::::::::::::::::::::::::::::: image management ::::::::::::::::::::::::::
 
 .PHONY: kernel_install
-kernel_inject: #Targets an already built .img and swaps the old kernel with the newly compiled kernel
+kernel_install: #Targets an already built .img and swaps the old kernel with the newly compiled kernel
 	$(PRAWNOS_IMAGE_SCRIPTS_INSTALL_KERNEL) $(KVER) $(PRAWNOS_IMAGE)
 
 .PHONY: kernel_update