Ian Campbell writes ("[PATCH OSSTEST] Debian: Log which kernel/initrd we failed
to copy."):
> Helpful to trackdown which config var I've got wrong.
> + or die "Copy initramfs-tools %ird failed: $!";
Queued with that %ird changed to $ird.
Thanks,
Ian.
___
Helpful to trackdown which config var I've got wrong.
Signed-off-by: Ian Campbell
---
Osstest/Debian.pm | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
index f6874af..c0af0b3 100644
--- a/Osstest/Debian.pm
+++ b/Osstest/Debian.