From 767fa11571f7eb95933e4fd510c824c4c4e9a1d6 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 27 Sep 2023 07:58:53 +0200 Subject: [PATCH] mmdebstrap-autopkgtest-build-qemu: add reference to old grub+guestfish implementation --- mmdebstrap-autopkgtest-build-qemu | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mmdebstrap-autopkgtest-build-qemu b/mmdebstrap-autopkgtest-build-qemu index b3012e3..17b78e6 100755 --- a/mmdebstrap-autopkgtest-build-qemu +++ b/mmdebstrap-autopkgtest-build-qemu @@ -6,6 +6,15 @@ # We generally use single quotes to avoid variable expansion: # shellcheck disable=SC2016 +# Replacement for autopkgtest-build-qemu and vmdb2 for all architectures +# supporting EFI booting (amd64, arm64, armhf, i386, riscv64). +# For use as replacement for autopkgtest-build-qemu and vmdb2 on ppc64el which +# neither supports extlinux nor efi booting there is an unmaintained script +# which uses grub instead to boot: +# +# https://gitlab.mister-muffin.de/josch/mmdebstrap/src/commit/ +# e523741610a4ed8579642bfc755956f64c847ef3/mmdebstrap-autopkgtest-build-qemu + : <<'POD2MAN' =head1 NAME