Hey FF,
Have not yet had a chance to install and test, but looking over it again:
- ovmf typo in your PKGBUILD optdepends and Xen configure option
- Package has /etc/init.d/ files
- Maybe some sort of install message about:
- booting Xen & enabling services? (Xen gets booted before linux dom0)
- fixing dom0 memory in the bootloader Xen hypervisor config
-
Worth cleanup of
usr/lib/modules-load.d/xen.conf
to avoid modules load errors: I used this in prepare().find tools -iname 'configure*' -exec sed -i -E -e '/^LINUX_BACKEND_MODULES="$/,/^"$/{/"/b;/^xen-/!d;s/scsibk/scsiback/;};' {} \;
-
GRUB helper for loading the Xen dom0: It might be better to fix the Arch grub package with a patch so that 20_linux_xen works for arch kernel? My old changes linked. Need retesting.
- vmlinuz-
- don't fail on no /boot/config file
- ignore xen files grub cannot boot
Cheers
Pinned Comments
Refutationalist commented on 2024-12-06 01:37 (UTC)
Please Note: Per best-practices by upstream this package follows the git stable branch. Minor releases do not require a version bump and the PKGBUILD will provide the appropriate version number.
stubdom is still broken.