Correcct kernel installation

This commit is contained in:
SolidHal 2020-06-30 18:31:22 -07:00 committed by GitHub
parent 91731ae4dd
commit e84f21630f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ build_dirs: $(PRAWNOS_BUILD)
#:::::::::::::::::::::::::::::: image management :::::::::::::::::::::::::: #:::::::::::::::::::::::::::::: image management ::::::::::::::::::::::::::
.PHONY: kernel_install .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) $(PRAWNOS_IMAGE_SCRIPTS_INSTALL_KERNEL) $(KVER) $(PRAWNOS_IMAGE)
.PHONY: kernel_update .PHONY: kernel_update