Commit Graph

22 Commits

Author SHA1 Message Date
Marek Marczykowski-Górecki
211f3a3638
lorax-templates-qubes: do not limit to qubes kernels only
Upstream kernel packages works too. But in any case, it isn't place to
choose it - if one want to have specific kernel version, need to
configure appropriate repositories (including 'exclude' option).
2017-04-09 01:46:14 +02:00
Marek Marczykowski-Górecki
2ea4a511ff
lorax: allow '.' in image label
Otherwise "R3.2" will end up as "R3-2".
2016-06-08 02:20:57 +02:00
Marek Marczykowski-Górecki
6ce8b815d7
lorax: do not generate upgrade.img
QubesOS/qubes-issues#1807
2016-04-21 19:56:26 +02:00
M. Vefa Bicakci
34e37e3dc8
lorax: Only use Qubes OS kernels
This commit avoids the issue where the UEFI boot uses the Fedora 23
kernel as opposed to the Qubes OS kernel.
2016-04-10 00:00:00 -04:00
Marek Marczykowski-Górecki
4a714a3ed8 lorax: install additional files needed by syslinux-6.x 2016-03-22 02:27:17 +13:00
Marek Marczykowski-Górecki
e48b9a9084 lorax: update templates based on lorax-22.11-1.fc22 2016-03-22 02:27:17 +13:00
Marek Marczykowski-Górecki
969e2df914
lorax: drop multi-kernel support - no longer used in R3.1 2016-02-03 17:52:56 +01:00
Marek Marczykowski-Górecki
44dc8e0278 lorax: do not create macboot.img - it will be too big anyway 2015-09-25 16:25:05 +02:00
Marek Marczykowski-Górecki
b024e93e40 lorax: remove network support from UEFI initrd
Reduce its size to have efiboot.img under 32MB.
This needs rebuilding initrd and we need kernel version for that - so pass it
down from x86.tmpl.
2015-09-25 16:24:53 +02:00
Marek Marczykowski-Górecki
ff30f25718
lorax: preliminary EFI support 2015-08-05 02:12:11 +02:00
Marek Marczykowski-Górecki
57887fd90a
lorax: use even shorter file names for kernel/initrd
Apparently initrd-3.19.8-100.fc20.x86_64.img is still too long for
ISO9660.
2015-07-12 16:01:09 +02:00
Marek Marczykowski-Górecki
f7ab7b217c
lorax: include kernels downloaded from Fedora repository
Do it by manually extracting packages from pungi cache instead of
redownloading, because we can't access yum configuration (repositories,
gpg keys etc) here, so it would be even more hacky...

All this is needed because pungi does not support including multiple
versions of a single package.
2015-07-10 16:48:36 +02:00
Marek Marczykowski-Górecki
31a39b98c2 Revert "anaconda+lorax: install 3.11 VM kernel in addition to default one (#868)"
This reverts commit 277c6dde71.
DispVM is back working with newer kernels.
2014-06-27 17:25:21 +02:00
Marek Marczykowski-Górecki
277c6dde71 anaconda+lorax: install 3.11 VM kernel in addition to default one (#868)
DispVM have problems on newer kernels (details in ticket description).
2014-06-27 02:58:54 +02:00
Marek Marczykowski-Górecki
b6ace0cd2f lorax: don't build EFI image
Qubes currently don't support EFI (because of xen 4.1) so do not include
not working EFI boot image.
2013-12-08 19:17:42 +01:00
Marek Marczykowski-Górecki
4d072363a8 lorax: use newest kernel for installer
Sort the kernels before creating installing them. The last one will be
the newest and will override older ones.
2013-11-18 11:30:45 +01:00
Marek Marczykowski-Górecki
20cc289abf Install hypervisor binary as xen.gz, regardless of version
We've drop xen.gz symlink from xen package to not duplicate grub
entries, but here we need only xen.gz file.
2013-08-28 11:56:28 +02:00
Marek Marczykowski-Górecki
76f22a0ea0 Install all available kernels by default (#581)
Anaconda/pungi doesn't support multiple versions of the same package at
the time, so place all kernels on installation media in separate
directory and install them in %post script.
2013-08-28 11:48:22 +02:00
Marek Marczykowski-Górecki
05c26844ca Enable the user choice of kernel for running installer (#581)
Unfortunately single "install" command installs only one version of
package, even if multiple matches, so must list all versions explicitly.
Include all major releases from 3.2 to 3.11 to not require change it too
often.
Also exclude kernel from fedora repos to force use of qubes kernel.
2013-08-28 11:42:49 +02:00
Marek Marczykowski
0d7c04bd53 lorax: do not build boot.iso (#706) 2013-02-25 01:02:06 +01:00
Marek Marczykowski
2c2f035c61 lorax: qubes customized templates 2013-01-24 11:54:44 +01:00
Marek Marczykowski
a25ae51162 lorax: add lorax-templates-qubes package - for now with fc18 templates 2013-01-24 11:50:02 +01:00