]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/boot/genimage.sh
x86/build: Make the boot image generation less verbose
authorChangbin Du <changbin.du@intel.com>
Thu, 9 Nov 2017 06:09:11 +0000 (14:09 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 9 Nov 2017 06:34:57 +0000 (07:34 +0100)
commit7980f029d05d8a3b4634aa6952e1ec51bce9431f
tree59ebc4872773ecbee60c1e12567377842649b3c2
parenta9e017d5619eb371460c8e516f4684def62bef3a
x86/build: Make the boot image generation less verbose

This change suppresses the 'dd' output and adds the '-quiet' parameter
to mkisofs tool. It also removes the 'Using ...' messages, as none of the
messages matter to the user normally.

"make V=1" can still be used for a more verbose build.

The new build messages are now a streamlined set of:

  $ make isoimage
  ...
  Kernel: arch/x86/boot/bzImage is ready  (#75)
    GENIMAGE arch/x86/boot/image.iso
  Kernel: arch/x86/boot/image.iso is ready

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>
Link: http://lkml.kernel.org/r/1510207751-22166-1-git-send-email-changbin.du@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/genimage.sh