fddboot_test: Add -no-pad to xorriso.

This commit is contained in:
Vladimir Serbinenko 2015-03-20 12:58:08 +01:00
parent cf47a2fba5
commit 237510486a
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
exit 0;;
esac
if [ "$(echo hello | "${grubshell}" --boot=fd --mkrescue-arg="--compress=xz --fonts= --locales= --themes=")" != "Hello World" ]; then
if [ "$(echo hello | "${grubshell}" --boot=fd --mkrescue-arg="--compress=xz --fonts= --locales= --themes= -no-pad")" != "Hello World" ]; then
exit 1
fi