DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: installkernel - Fix kernel.old/kernel overwrite


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 6 Sep 2010 19:00:11 -0700 (PDT)

commit 8a0aecbc046b7e70ea839a609668157ef9b0382b
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Sep 6 18:58:54 2010 -0700

    installkernel - Fix kernel.old/kernel overwrite
    
    * The kernel was being copied to kernel.old/kernel twice, once normally,
      and once (after the new kernel was installed) by the module objcopy.
    
      This left kernel.old/kernel as the new kernel instead of the old kernel.
    
    * Fix by restricting the module copy to .ko files.

Summary of changes:
 sys/conf/kern.post.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8a0aecbc046b7e70ea839a609668157ef9b0382b


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]