Bug #2059
closedinstallkernel doesn't copy img files
0%
Description
"make installkernel" doesn't copy *.img files to /boot/kernel.old, creating
the opportunity to have an unbootable system when reverting to kernel.old,
if not aware of it.
Tim
Files
Updated by swildner over 13 years ago
On Sun, 01 May 2011 22:26:13 +0200, Tim Darby <t+dfbsd@timdarby.net> wrote:
"make installkernel" doesn't copy *.img files to /boot/kernel.old,
creating
the opportunity to have an unbootable system when reverting to
kernel.old,
if not aware of it.
Tim,
can you try this (completely untested) patch?
Updated by Anonymous over 13 years ago
This works, thanks!
Tim
On Mon, May 2, 2011 at 2:58 AM, Sascha Wildner <saw@online.de> wrote:
On Sun, 01 May 2011 22:26:13 +0200, Tim Darby <t+dfbsd@timdarby.net>
wrote:"make installkernel" doesn't copy *.img files to /boot/kernel.old,
creating
the opportunity to have an unbootable system when reverting to kernel.old,
if not aware of it.Tim,
can you try this (completely untested) patch?
Updated by swildner over 13 years ago
On Mon, 02 May 2011 18:33:05 +0200, Tim Darby <t+dfbsd@timdarby.net> wrote:
This works, thanks!
Tim
Ok, I've committed a slightly modified patch that will copy
/boot/kernel/initrd.img only instead of *.img.
Let me know if you think this is a problem.
Sascha
Updated by Anonymous over 13 years ago
That sounds fine to me.
Tim
On Mon, May 2, 2011 at 4:14 PM, Sascha Wildner <saw@online.de> wrote:
On Mon, 02 May 2011 18:33:05 +0200, Tim Darby <t+dfbsd@timdarby.net>
wrote:This works, thanks!
Tim
Ok, I've committed a slightly modified patch that will copy
/boot/kernel/initrd.img only instead of *.img.Let me know if you think this is a problem.
Sascha