Re: Custom /etc/kernel scripts not working.

2014-11-21 Thread dE
On 11/21/14 14:37, Scott Ferguson wrote: On 21/11/14 19:25, dE wrote: I've certain scripts placed in /etc/kernel post*.d to update the kernel and init in the efi system partition. This's the script -- #! /bin/bash cp -Lf /vmlinuz /efi/linux.efi cp -Lf /initrd.img /efi I tried echoing somthin

Re: Custom /etc/kernel scripts not working.

2014-11-21 Thread Scott Ferguson
On 21/11/14 19:25, dE wrote: > I've certain scripts placed in /etc/kernel post*.d to update the kernel > and init in the efi system partition. > > This's the script -- > > #! /bin/bash > > cp -Lf /vmlinuz /efi/linux.efi > cp -Lf /initrd.img /efi > > I tried echoing somthing and it did not produ