Преглед на файлове

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