Commit Graph

18 Commits

Author SHA1 Message Date
Marek Marczykowski-Górecki
a5a4ae6735
Support a build without u2mfn module
In R4.1 u2mfn module isn't needed anymore.

QubesOS/qubes-issues#4280
2019-04-07 22:58:05 +02:00
Marek Marczykowski-Górecki
1fe8359f05
rpm: one more typo fix 2019-03-17 19:57:43 +01:00
Marek Marczykowski-Górecki
50b7baa8be
rpm: typo fix 2019-03-16 00:06:26 +01:00
Marek Marczykowski-Górecki
fd14ac930c
rpm: build modules.img at package build time only on new system
Older mkfs.ext3 doesn't have -d option.
This in practice revert eb4c9ed "Build modules.img at module build time"
on older systems.
2019-03-16 00:04:36 +01:00
Marek Marczykowski-Górecki
c2a2c69375
Merge remote-tracking branch 'origin/pr/27'
* origin/pr/27:
  plymouth: ignore serial console hvc0 in UEFI
  Ensure the rebuild of grub.cfg with plymouth.ignore-serial-consoles
  plymouth-ignore-serial-consoles: adjusting the method from marmarek suggestion
  plymouth: ignore serial console hvc0
  Update to kernel-4.20.14

Fixes QubesOS/qubes-issues#3849
2019-03-15 16:31:21 +01:00
Frédéric Pierret (fepitre)
61b9336d70
plymouth: ignore serial console hvc0 in UEFI 2019-03-15 14:41:17 +01:00
Frédéric Pierret (fepitre)
a44160b1bb
Ensure the rebuild of grub.cfg with plymouth.ignore-serial-consoles 2019-03-15 11:13:34 +01:00
Frédéric Pierret (fepitre)
e69b02bec8
plymouth-ignore-serial-consoles: adjusting the method from marmarek suggestion
af674124d6
2019-03-10 14:24:38 +01:00
Frédéric Pierret (fepitre)
af674124d6
plymouth: ignore serial console hvc0
It fixes splash screen issue QubesOS/qubes-issues#3849
2019-03-09 18:40:30 +01:00
Marek Marczykowski-Górecki
9cfa9a92af
Include default-kernelopts-common.txt with kernel-specific default options
Default kernel options like root= or plymouth.enable are specific to the
kernel package (and initrd bundled with it). Start migrating away from
built-in defaults in core-admin by adding a file in kernel package
containing those options.

Also, if new enough initramfs is included, add xen_scrub_pages=0 which
will speed up the domain start.

QubesOS/qubes-issues#4839
QubesOS/qubes-issues#4736
2019-02-27 02:57:40 +01:00
Marek Marczykowski-Górecki
43235dd862
Improve reproducibility of initramfs
Use SOURCE_DATE_EPOCH variable
2019-02-27 02:57:40 +01:00
Marek Marczykowski-Górecki
eb4c9ed392
Build modules.img at module build time
This will make package installation a little faster, more reproducible
(mkfs.ext3 -d is easier to make/replace with reproducible tool than
kernel driver), and also make disk space estimation more accurate.
2019-02-27 02:57:40 +01:00
Frédéric Pierret (fepitre)
c168934b2f
Update to kernel-4.20.3 and config from Fedora's config 4.19.15-300 2019-01-20 14:00:06 +01:00
Frédéric Pierret (fepitre)
1d6df3590a
Update to kernel-4.19.15: new LTS kernel 2019-01-13 22:51:36 +01:00
Marek Marczykowski-Górecki
f1c70a59b1
rpm: fix 'else if' syntax
%elif doesn't work on fc23
2018-12-27 03:00:14 +01:00
Frédéric Pierret (fepitre)
9364d55427 Fix gcc dependency and add gcc-c++ for building GCC hardened plugins 2018-12-24 00:21:08 +01:00
Frédéric Pierret (fepitre)
63a357e7ce
Handle undefined name_suffix 2018-12-22 15:54:59 +01:00
Frédéric Pierret
f71aebfe7f
spec.in: handle src.rpm and mock build 2018-11-18 23:45:41 +01:00