Fix grub-shell to avoid breaking "make distcheck"
authorColin Watson <cjwatson@ubuntu.com>
Wed, 4 Dec 2013 13:35:39 +0000 (13:35 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 4 Dec 2013 13:36:34 +0000 (13:36 +0000)
commit3a82f8bb482eb428e10f7fbaa2aea3ff8be86567
tree761025db6ed23bf481dc10f16c971b13e9b337e0
parente3046431daac7f83463aee2d07157afec974a80c
Fix grub-shell to avoid breaking "make distcheck"

Copying the themes directory in grub-shell isn't
parallel-test-friendly and breaks on the second test when the source
directory is read-only (as in "make distcheck").  Instead, add a
hidden --themes-directory option to grub-mkrescue et al, and use it
in grub-shell.
ChangeLog
include/grub/util/install.h
tests/util/grub-shell.in
util/grub-install-common.c