2009-05-04 Robert Millan <rmh.grub@aybabtu.com>
commit72029170088bb8d00ccd06f16efcec3a52dbef40
authorrobertmh <robertmh@d0de0278-0dc1-4c01-8a07-af38b3205e46>
Mon, 4 May 2009 16:16:03 +0000 (4 16:16 +0000)
committerrobertmh <robertmh@d0de0278-0dc1-4c01-8a07-af38b3205e46>
Mon, 4 May 2009 16:16:03 +0000 (4 16:16 +0000)
tree2ce6c82ee8e324a0a758c237627611ddad3a561f
parent08b135dfbbb3d5aafb1b066e0565da2fe2d78b98
2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>

        * util/misc.c (grub_util_warn): New function.  Emmits a warning
        unconditionally.
        * include/grub/util/misc.h (grub_util_warn): New declaration.

        * util/i386/pc/grub-install.in: Understand --force and pass it down
        to grub-setup.

        * util/i386/pc/grub-setup.c (main): Understand --force and pass it
        down to setup().
        (setup): Improve error messages and add warnings when requested to
        install in odd layouts.  Refuse to install using blocklists unless
        --force was set.

git-svn-id: svn://svn.savannah.gnu.org/grub/trunk/grub2@2176 d0de0278-0dc1-4c01-8a07-af38b3205e46
ChangeLog
include/grub/util/misc.h
util/i386/pc/grub-install.in
util/i386/pc/grub-setup.c
util/misc.c