On 20/04/2020 16:36, Steve McIntyre wrote:
I'm just going to test again with that change included, then I can push a netinst image somewhere for you to test...
I'd appreciate it. Here's another patch, this time for the armhf graphical cdrom. I checked that it boots into a graphical installer when run in a QEMU arm VM (still with 'direct kernel boot') but no further. If you can also make an armhf netinst image from this I can test that too (at least in a VM, not sure the configs for my chromebook were enabled on the armhf kernel..).
>From b194a1f9d4619eceb42e355d469c7cd8b54992f7 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak <alpernebiya...@gmail.com> Date: Mon, 20 Apr 2020 16:50:07 +0300 Subject: [PATCH] Add modules and build files for armhf graphical installer cdrom Signed-off-by: Alper Nebi Yasak <alpernebiya...@gmail.com> --- build/config/armhf/cdrom.cfg | 2 +- build/config/armhf/cdrom/gtk.cfg | 19 +++++++++++++++++++ build/pkg-lists/cdrom/grub/gtk/armhf.cfg | 11 +++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 build/config/armhf/cdrom/gtk.cfg create mode 100644 build/pkg-lists/cdrom/grub/gtk/armhf.cfg diff --git a/build/config/armhf/cdrom.cfg b/build/config/armhf/cdrom.cfg index 2a6fafd77..68cc87078 100644 --- a/build/config/armhf/cdrom.cfg +++ b/build/config/armhf/cdrom.cfg @@ -1,4 +1,4 @@ # el-torito is too large at the moment, so is disabled. -FLAVOUR_SUPPORTED = grub +FLAVOUR_SUPPORTED = grub gtk MEDIA_TYPE = CD-ROM diff --git a/build/config/armhf/cdrom/gtk.cfg b/build/config/armhf/cdrom/gtk.cfg new file mode 100644 index 000000000..76024e2f1 --- /dev/null +++ b/build/config/armhf/cdrom/gtk.cfg @@ -0,0 +1,19 @@ +TARGET = $(INITRD) $(KERNEL) $(DEBIAN_CD_INFO) + +MANIFEST-KERNEL = "kernel for use with EFI to build a CD (graphical)" +MANIFEST-INITRD = "initrd for use with EFI to build a CD (graphical)" +MANIFEST-DEBIAN_CD_INFO = "EFI config files for CD (graphical)" + +TYPE = cdrom/grub/gtk + +EXTRANAME = gtk/ + +IS_PURE_GTK = 1 + +KEEP_GI_LANGS = 1 + +VIDEO_MODE=$(VIDEO_MODE_GTK) + +# All images that include cdebconf should include symbols needed by these +# plugins. +EXTRAUDEBS += cdebconf-gtk-entropy diff --git a/build/pkg-lists/cdrom/grub/gtk/armhf.cfg b/build/pkg-lists/cdrom/grub/gtk/armhf.cfg new file mode 100644 index 000000000..bda77cdab --- /dev/null +++ b/build/pkg-lists/cdrom/grub/gtk/armhf.cfg @@ -0,0 +1,11 @@ +#include "gtk-linux" + +#mouse-modules-${kernel:Version} +event-modules-${kernel:Version} +xserver-xorg-input-evdev-udeb +xserver-xorg-video-fbdev-udeb + +#speakup-modules-${kernel:Version} +#sound-modules-${kernel:Version} +#console-setup-linux-fonts-udeb +#espeakup-udeb -- 2.26.1