]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/build: Don't verify mtools configuration file for isoimage
authorChangbin Du <changbin.du@intel.com>
Thu, 30 Nov 2017 14:51:20 +0000 (22:51 +0800)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 Dec 2017 17:55:38 +0000 (18:55 +0100)
commitf79ce87fa49da778a1ad54c7d3c6755e13cf8489
treec77117d1e58a8495966ae288bb7c258c13fc9033
parent6d60ce384d1d5ca32b595244db4077a419acc687
x86/build: Don't verify mtools configuration file for isoimage

If mtools.conf is not generated before, 'make isoimage' could complain:

  Kernel: arch/x86/boot/bzImage is ready  (#597)
    GENIMAGE arch/x86/boot/image.iso
   *** Missing file: arch/x86/boot/mtools.conf
  arch/x86/boot/Makefile:144: recipe for target 'isoimage' failed

mtools.conf is not used for isoimage generation, so do not check it.

Signed-off-by: Changbin Du <changbin.du@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Fixes: 4366d57af1 ("x86/build: Factor out fdimage/isoimage generation commands to standalone script")
Link: http://lkml.kernel.org/r/1512053480-8083-1-git-send-email-changbin.du@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/genimage.sh