]> git.baikalelectronics.ru Git - kernel.git/commit
x86/build: Specify -input-charset=utf-8 for mkisofs
authorChangbin Du <changbin.du@intel.com>
Mon, 6 Nov 2017 03:32:58 +0000 (11:32 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 7 Nov 2017 10:22:20 +0000 (11:22 +0100)
commit6095f97db1e4c73504be01bfdb449b42eea8d81d
tree26d33fb015951d912f71411f23b4295ed632c8cb
parentc1aa38584880cc1445252e41c64a55a2fc83acd8
x86/build: Specify -input-charset=utf-8 for mkisofs

It avoids the following warning triggered by newer versions of mkisofs:

    -input-charset not specified, using utf-8 (detected in locale settings)

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>
Cc: yamada.masahiro@socionext.com
Link: http://lkml.kernel.org/r/1509939179-7556-4-git-send-email-changbin.du@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/genimage.sh