26206 Commits

Author SHA1 Message Date
Jeremi Piotrowski
f53f1af51e grub_install: Add btrfs to core modules
The OEM partition is on a btrfs file system and grub has to be able to
read grub.cfg from there so it makes sense to include btrfs in core
modules. This avoids all other fs modules from being autoloaded during
boot.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-25 12:20:19 +02:00
Jeremi Piotrowski
e78a59cc65 grub_install: Use hd0,gpt1 as a hint when searching for root
In the context of load.cfg in the memdisk, root is set to memdisk, so
passing it as a hint to search is not helpful. While we don't know for
sure whether hd0 is the boot disk, it's a safe hint for most situations.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-25 12:20:19 +02:00
Dongsu Park
8e46d15150
Merge pull request #1951 from flatcar/dongsu/zfs-kernel-version
coreos/config zfs-kmod: fix Kernel version issue for build_sysext
2024-04-24 15:03:00 +02:00
Krzesimir Nowak
3fc61ba177
Merge pull request #1753 from flatcar/krnowak/systemd-sysext
overlay sys-apps/systemd: Sync with Gentoo, bump to v255.4 and add patches for mutable overlays functionality
2024-04-24 14:04:56 +02:00
Dongsu Park
17b1b63d76 config sys-fs/zfs-kmod: fix Kernel version issue of zfs-kmod
In case of sysext of zfs-kmod, pkg_setup() calls linux-info_get_any_version()
of eclass/linux-info.eclass with MERGE_TYPE=binary and
LINUX_INFO_BINARY_RESET=0. That results in KV_FULL and KV_OUT_DIR being
unset, which is not what we want. So set LINUX_INFO_BINARY_RESET=1 to
avoid such side effect.

Without setting them, build_sysext complains like below, i.e. it tries to find
System.map of a wrong Kernel version 6.6.21, when it should find a newer
version like 6.6.23. That results in subsequent zfs CI tests failing due to
missing files like System.map and module deps.

```
System.map for kernel 6.6.21-flatcar was not found, may be due to the
built kernel sources no longer being available and lacking the fallback:
```

Suggested-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-24 13:59:07 +02:00
Kai Lüke
5f177dfa20
Merge pull request #1948 from space55/main
Add CONFIG_PPS_CLIENT_GPIO=m
2024-04-24 04:21:06 +02:00
flatcar-ci
2dda585bae New version: main-3949.0.0-nightly-20240423-2100 2024-04-23 21:00:39 +00:00
Dongsu Park
9faef63982
Merge pull request #1947 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-23 13:39:52 +02:00
Eamonn Nugent
28fef7fbbb
Merge branch 'main' into main 2024-04-22 19:40:48 -04:00
Flatcar Buildbot
bfd7a887ae Update mantle container image to latest HEAD 2024-04-22 21:00:44 +00:00
flatcar-ci
65dee77aee New version: main-3948.0.0-nightly-20240422-2100 2024-04-22 21:00:25 +00:00
Krzesimir Nowak
413c66fbe3 changelog: Add entries 2024-04-22 16:47:47 +02:00
Krzesimir Nowak
f438b1cae8 overlay sys-apps/systemd: Apply Flatcar modifications 2024-04-22 16:46:44 +02:00
Krzesimir Nowak
85a8599617 sys-apps/systemd: Sync with Gentoo
It's from Gentoo commit 2479e2a834ddc8e79e2a2899ec20269b0b2b2000.
2024-04-22 16:46:44 +02:00
Eamonn Nugent
fdc576a1e2
Merge branch 'main' into main 2024-04-22 09:02:16 -04:00
flatcar-ci
a50161a514 New version: main-3945.0.0-nightly-20240419-2100 2024-04-22 11:25:10 +00:00
Eamonn Nugent
3c5b7256e6 Add CONFIG_PPS_CLIENT_GPIO=m
Closes flatcar/Flatcar:1430
2024-04-22 05:19:06 +00:00
flatcar-ci
e281c1d240 New version: main-3945.0.0-nightly-20240419-2100-INTERMEDIATE 2024-04-19 21:00:27 +00:00
Kai Lüke
cf8a3e13e7
Merge pull request #1942 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-19 13:47:19 +02:00
Flatcar Buildbot
99c6370970 Update mantle container image to latest HEAD 2024-04-19 11:36:49 +00:00
Kai Lüke
6f6d130280
Merge pull request #1936 from flatcar/kai/pxe-vmlinuz-sign
ci-automation/vms: Download vmlinuz file before building VM images
2024-04-19 12:34:08 +02:00
Kai Lueke
ff2bea086a ci-automation/vms: Download vmlinuz file before building VM images
After making flatcar_production_pxe.vmlinuz a symlink to
flatcar_production_image.vmlinuz the signature creation didn't work
because the target could not be found.
As we do with the generic image, download the kernel from bincache, too,
before starting the VM image build.
2024-04-19 17:34:47 +09:00
Kai Lüke
880e5a2464
Merge pull request #1907 from flatcar/rust-1.77.2-main
Upgrade dev-lang/rust and virtual/rust in main from 1.77.1 to 1.77.2
2024-04-19 05:37:39 +02:00
flatcar-ci
72dc21f6d0 New version: main-3944.0.0-nightly-20240418-2100 2024-04-18 21:00:25 +00:00
Flatcar Buildbot
65e180acb4 dev-lang/rust: Update from 1.77.1 to 1.77.2 2024-04-18 18:46:49 +09:00
Kai Lüke
85133f6429
Merge pull request #1916 from flatcar/kai/drop-patch
dev-lang/rust: Drop alternative patch
2024-04-18 11:44:26 +02:00
Dongsu Park
2fbe4aeffa
Merge pull request #1929 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-18 11:22:19 +02:00
Flatcar Buildbot
91546892cd Update mantle container image to latest HEAD 2024-04-17 21:00:43 +00:00
flatcar-ci
660a9b509f New version: main-3943.0.0-nightly-20240417-2100 2024-04-17 21:00:25 +00:00
Mathieu Tortuyaux
0d4031a6d8
Merge pull request #1880 from apricote/hetzner
OEM: Provide Hetzner Images
2024-04-17 15:17:33 +02:00
Kai Lüke
9209ab3b85
Merge pull request #1919 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-17 13:21:20 +02:00
Flatcar Buildbot
2fda9a86da Update mantle container image to latest HEAD 2024-04-17 10:54:34 +00:00
Kai Lüke
ebe12abfdc
Merge pull request #1915 from flatcar/kai/qemu-script-img-name
build_library: Use original qemu image name in qemu script
2024-04-17 12:54:20 +02:00
Kai Lueke
999aa34992 dev-lang/rust: Drop alternative patch
The patch https://github.com/rust-lang/rust/pull/119582 got merged some
releases ago as alternative to the patch
https://github.com/rust-lang/rust/pull/119445 we included in the ebuild
file. We currently use both because the unneeded patch got changed to
apply again but it's not needed and may cause strange behavior.
Therefore, drop the alternative patch.
2024-04-17 15:43:56 +09:00
Kai Lueke
2e3f175fc1 build_library: Use original qemu image name in qemu script
The move to symlinking to the qemu-uefi image also resulted in the
qemu-uefi image being referenced in the qemu-bios and qemu-uefi-secure
scripts instead of referencing the image symlinks. Same for the VM name
shown in the qemu window title.
When generating the qemu scripts, use the original qemu image name and
VM name.
2024-04-17 12:19:08 +09:00
flatcar-ci
9c91741f3e New version: main-3942.0.0-nightly-20240416-2100 2024-04-16 21:00:35 +00:00
Mathieu Tortuyaux
09d421d3ac
Merge pull request #1910 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-16 17:59:12 +02:00
Flatcar Buildbot
16ec409e65 Update mantle container image to latest HEAD 2024-04-16 15:55:49 +00:00
Julian Tölle
1cf9d7f159 coreos-base/coreos-init: Bump commit for Hetzner OEM support 2024-04-16 17:11:44 +02:00
Julian Tölle
e2f6180b47 sys-kernel/bootengine: Bump commit for Hetzner OEM support 2024-04-16 17:10:59 +02:00
Julian Tölle
08ba85c6a3 changelog: add entry for hetzner images 2024-04-16 17:08:04 +02:00
Julian Tölle
5ac7c09438 overlay afterburn: enable for Hetzner OEM 2024-04-16 17:08:04 +02:00
Julian Tölle
48c81bc978 oem: provide hetzner images 2024-04-16 17:08:04 +02:00
Kai Lüke
0137a89052
Merge pull request #1905 from flatcar/kai/silence-mksquashfs
Silence mksquashfs warnings by excluding btrfs attributes
2024-04-16 03:31:42 +02:00
Kai Lüke
3c8d657aad
Merge pull request #1906 from flatcar/kai/github-actions-image-changes
.github: Disable debug output for image-changes
2024-04-16 03:31:17 +02:00
flatcar-ci
706efd4299 New version: main-3941.0.0-nightly-20240415-2100 2024-04-15 21:00:32 +00:00
Kai Lueke
526b889678 .github: Disable debug output for image-changes
The "set -x" bash debug output is very noisy and one doesn't even see
the actual output in this noise.
2024-04-15 22:08:18 +09:00
Kai Lueke
dcd7ee6fc4 Silence mksquashfs warnings by excluding btrfs attributes
When mksquashfs encounters btrfs attributes which indicate that the file
is transparently compressed, it can't embed this info in the squashfs
and prints a warning about that.
Silence the warnings by excluding btrfs attributes as done already in
the rest of the code base. This aligns the mksquashfs invocation in this
regard.
2024-04-15 20:15:05 +09:00
Kai Lüke
c8c5ba614a
Merge pull request #1901 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2024-04-15 12:18:34 +02:00
Flatcar Buildbot
46f51158b0 Update mantle container image to latest HEAD 2024-04-15 10:06:23 +00:00