Frogging-Family / linux-tkg

linux-tkg custom kernels
GNU General Public License v2.0
1.33k stars 168 forks source link

Maybe add a option to move the kernel somewhere else than just /boot? #25

Open MCPO-Spartan-117 opened 4 years ago

MCPO-Spartan-117 commented 4 years ago

Alright, so after further testing by actually building the kernel and installing it, despite changing the path where it was to be installed in the Makefile, it still just installs in /boot.

Berobad commented 4 years ago

isn't the kernel nowadays in /lib/modules/ and mkinitcpio copies it to /boot?

MCPO-Spartan-117 commented 4 years ago

I meant the vmlinuz-linux.

MCPO-Spartan-117 commented 4 years ago

And mkinitcpio doesn't copy it over to the place that i want it to, so i have to manually move it and restart mkinitcpio but it does follow where i want to put the initramfs.

Tk-Glitch commented 4 years ago

The current hooking in Arch would need to be bypassed. I'll see what I can do.

Tk-Glitch commented 4 years ago

oops Missclicked