]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/build: Make isoimage work on Debian
authorMatthew Wilcox <mawilcox@microsoft.com>
Tue, 14 Nov 2017 14:10:11 +0000 (09:10 -0500)
committerIngo Molnar <mingo@kernel.org>
Sat, 16 Dec 2017 15:23:31 +0000 (16:23 +0100)
commit5f0e3fe6b1504d4e6530294ec87c473aa6d2d02f
treeda78c5204fb7929b0d585a4c249353d9149f95cf
parentc739f930be1dd5fd949030e3475a884fe06dae9b
x86/build: Make isoimage work on Debian

Debian does not ship a 'mkisofs' symlink to genisoimage.  All modern
distros ship genisoimage, so just use that directly.  That requires
renaming the 'genisoimage' function.  Also neaten up the 'for' loop
while I'm in here.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Cc: 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>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/genimage.sh