lkml.org 
[lkml]   [2011]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 09/34] x86: Allow to override the ROOT_DEV variable
    Date
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: "H. Peter Anvin" <hpa@zytor.com>
    Cc: x86@kernel.org
    Signed-off-by: Michal Marek <mmarek@suse.cz>
    ---
    arch/x86/boot/Makefile | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/arch/x86/boot/Makefile b/arch/x86/boot/Makefile
    index f7cb086..7a70c60 100644
    --- a/arch/x86/boot/Makefile
    +++ b/arch/x86/boot/Makefile
    @@ -13,7 +13,7 @@
    # This can be either FLOPPY, CURRENT, /dev/xxxx or empty, in which case
    # the default of FLOPPY is used by 'build'.

    -ROOT_DEV := CURRENT
    +ROOT_DEV ?= CURRENT

    # If you want to preset the SVGA mode, uncomment the next line and
    # set SVGA_MODE to whatever number you want.
    --
    1.7.4.1


    \
     
     \ /
      Last update: 2011-04-05 17:09    [W:5.307 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site