aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 0040cd37cc187836bb51905ad2e3b94605719808 (about) (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# SPDX-License-Identifier: CC0-1.0
#
# Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org>

cd "$(dirname "$0")"
autoreconf --install
d*): Adjust qemu command when run on armhf-linux or aarch64-linux to include a machine type. (run-install): Same. Change-Id: I32f85183cd8ec39c6a2e66624954743fd5983582 Efraim Flashner 2024-05-27tests: install: Add support for aarch64 UEFI tests....* gnu/tests/install.scm (uefi-firmware): Add case for aarch64. Change-Id: I77a506f792790954a289eda5a7a395a2b37c19c7 Efraim Flashner 2024-05-27gnu: Use new ovmf firmware packages....* doc/guix.texi (Invoking guix system): Update qemu command to use ovmf-x86-64. * gnu/packages/virtualization.scm (xen)[inputs]: Replace ovmf with ovmf-i686. * gnu/tests/install.scm (uefi-firmware): Use system appropriate ovmf firmware. Change-Id: Ia2ff76eaf766c8d4fb0be4a7cc7b8941574433d0 Efraim Flashner