git: boot - Remove improper setting of default_kernel

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 8 13:14:33 PST 2010


commit a96b5bf11b733c515dcc4502edb77fedcc6f41d9
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Nov 8 13:12:23 2010 -0800

    boot - Remove improper setting of default_kernel
    
    * Setting default_kernel in loader.conf prevents dloader.menu from
      conditionally setting it according to what it finds in /boot.  Remove
      the set.
    
    * To be symmetrical add a selection (u) for kernel.UP in addition to the
      selection (m) for kernel.SMP, in case someone selects SMP and then wants
      to go back to UP before booting.

Summary of changes:
 sys/boot/dloader/dloader.menu |    8 ++++++++
 sys/boot/dloader/loader.conf  |    3 ++-
 2 files changed, 10 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a96b5bf11b733c515dcc4502edb77fedcc6f41d9


-- 
DragonFly BSD source repository





More information about the Commits mailing list