Krzesimir Nowak
9e772529b4
overlay sys-apps/systemd: Move patches to user-patches
...
Add two more patches that replace some modifications we did inside the
ebuild.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-05 18:31:04 +01:00
Krzesimir Nowak
2596960fa2
overlay sys-apps/systemd: Some cleanups and diff minimization
...
- Drop unused systemd-256.9 ebuild.
- Drop unused patches and regenerate the rest.
- Pull in a patch from Gentoo.
- Drop Flatcar modifications related to split-usr. We kept those
because SDK used to use split-dir.
- Drop meson options related to quota utilities - the values we
specified were the same as systemd's defaults.
- Disable LLMNR and DNSSEC by default - we are disabling it with
drop-ins in the init repo. We probably could just drop them.
- Preserved keepdir for directories inside /usr and /var. For the
latter, dropped the related entries from our tmpfiles - we are
generating tmpfiles for directories inside /var during image build.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-05 18:31:01 +01:00
Daniel
2aaa758cc9
Merge pull request #3367 from flatcar/danzatt/fix-modprobe-via-udevd
...
sys-apps/systemd: allow @mount syscalls for systemd-udevd.service
2025-11-05 18:17:20 +01:00
Daniel Zatovic
8e94ac029b
sys-apps/systemd: allow @mount syscalls for systemd-udevd.service
...
In Flatcar we are using modprobe helpers that run depmod in temporary
overlay. systemd-udevd.service may try to load drivers for some block
devices (e.g. ZFS), which ends up calling our helpers, which invoke
mount command. The mount syscalls are forbidden by the default
systemd-udevd syscall filter.
Signed-off-by: Daniel Zatovic <daniel.zatovic@gmail.com>
2025-11-05 17:53:35 +01:00
Mathieu Tortuyaux
aee197d274
Merge pull request #3311 from tchernomax/nuta
...
nutanix AHV support
2025-11-05 14:57:41 +01:00
Maxime de Roucy
87a1946a54
nutanix AHV support
...
Signed-off-by: Maxime de Roucy <maxime.deroucy@claranet.com>
2025-11-05 10:43:26 +01:00
flatcar-ci
125a96c6e2
New version: main-4509.0.0-nightly-20251104-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-11-04 21:00:30 +00:00
flatcar-ci
ee1ca3b607
New version: main-4508.0.0-nightly-20251103-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-11-03 21:00:28 +00:00
flatcar-ci
6fa72bf2a3
New version: main-4505.0.0-nightly-20251031-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-11-01 02:19:50 +00:00
flatcar-ci
dab124a9a3
New version: main-4505.0.0-nightly-20251031-2100-INTERMEDIATE
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-31 21:00:30 +00:00
Jeremi Piotrowski
f2cd2b37b5
Merge pull request #3444 from flatcar/jepio/containerd-2.1
...
coreos-overlay: Keyword containerd-2.1 and runc-1.3
2025-10-31 19:14:39 +01:00
Dongsu Park
16a3eb488c
Merge pull request #3425 from flatcar/dongsu/ue-rs-fix-input-xml
...
overlay ue-rs: fix input-xml issues
2025-10-31 16:01:48 +01:00
Dongsu Park
1d679b0294
overlay ue-rs: fix input-xml issues
...
When --input-xml is on and --payload-url is off to pass XML data
offline, we need to set payload_url to None and continue running
the DownloadVerify builder instead of returning there.
Pulls in https://github.com/flatcar/ue-rs/pull/93 .
Signed-off-by: Dongsu Park <dongsu@dpark.io>
2025-10-31 10:12:13 +01:00
flatcar-ci
ef1e139cb6
New version: main-4504.0.0-nightly-20251030-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-30 21:00:32 +00:00
Flatcar Buildbot
d9d6b127ab
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-30 16:11:47 +00:00
Jeremi Piotrowski
d5dcc6be4a
coreos-overlay: Keyword containerd-2.1 and runc-1.3
...
Containerd-2.0 is out of support next week, containerd-2.1 has 6 more months of
support and requires runc-1.3. Containerd-2.1 also supports the erofs
snapshotter.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2025-10-30 12:16:27 +01:00
James Le Cuirot
f104f35db7
Merge pull request #3437 from flatcar/chewi/initrd-ko-xz
...
sys-kernel/coreos-kernel: Decompress the minimal initrd kernel modules
2025-10-30 10:34:41 +00:00
flatcar-ci
bb481daf49
New version: main-4503.0.0-nightly-20251029-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-29 21:00:32 +00:00
James Le Cuirot
6de93722c2
sys-kernel/coreos-kernel: Decompress the minimal initrd kernel modules
...
The initrd itself is already compressed with xz, so compressing the
modules within with xz as well just makes the image bigger and slower.
Not compressing all the kernel modules in the first place is not such a
clear win because it is zlib and zstd compression that is applied
elsewhere.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-10-29 14:10:58 +00:00
Kai Lüke
f71963e4a0
Merge pull request #3436 from flatcar/kai/no-busyboxmodprobe
...
minimal-initrd: Use kmod's modprobe also for simple module loading
2025-10-29 09:16:51 +01:00
Kai Lueke
3e85e6737f
minimal-initrd: Use kmod's modprobe also for simple module loading
...
This pulls https://github.com/flatcar/bootengine/pull/113 to fix a
kernel boot warning being printed for three modules that are loaded
explicitly.
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-29 17:15:09 +09:00
flatcar-ci
44b9a38c27
New version: main-4502.0.0-nightly-20251028-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-28 21:00:33 +00:00
Mathieu Tortuyaux
2874a9898a
Merge pull request #3412 from flatcar/firmware-20251021-main
...
Upgrade Linux Firmware in main from 20251011 to 20251021
2025-10-28 11:58:53 +01:00
Flatcar Buildbot
915292eb9d
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-27 21:00:49 +00:00
flatcar-ci
e1e9b9715a
New version: main-4501.0.0-nightly-20251027-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-27 21:00:33 +00:00
Krzesimir Nowak
541bab17b9
Merge pull request #3366 from flatcar/buildbot/weekly-portage-stable-package-updates-2025-10-13
...
Weekly portage-stable package updates 2025-10-13
2025-10-27 16:45:02 +01:00
Krzesimir Nowak
c04d694d3a
overlay coreos/user-patches: Add patches for dev-util/catalyst
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-27 16:43:45 +01:00
Kai Lüke
f4bcc949ec
Merge pull request #3426 from flatcar/kai/tun-exclusion
...
Exclude TUN devices from default systemd-networkd setup
2025-10-27 14:02:45 +01:00
Kai Lueke
724587e47b
Exclude TUN devices from default systemd-networkd setup
...
This pulls in https://github.com/flatcar/init/pull/136 to prevent the
default network setup to conflict with TUN/TAP device configuration
from other tools.
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-10-27 21:58:28 +09:00
flatcar-ci
db85763c19
Revert failed version back to 4497.0.0+nightly-20251023-2100
2025-10-25 00:30:32 +00:00
flatcar-ci
4cb8c3f5f1
New version: main-4498.0.0-nightly-20251024-2100-INTERMEDIATE
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-24 21:00:36 +00:00
Thilo Fromm
209b0e64ee
Containerd sysext: remove TORCX env vars from service unit
...
The systemd service unit shipped with the containerd sysext was still referring to TORCX variables. Since TORCX has been removed years ago, this is no longer required.
2025-10-24 10:30:34 +02:00
flatcar-ci
01f8f19479
New version: main-4497.0.0-nightly-20251023-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-23 21:00:30 +00:00
Flatcar Buildbot
5c3db12202
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-23 13:48:50 +00:00
Flatcar Buildbot
4f284200ac
sys-kernel/coreos-firmware: Update from 20251011 to 20251021
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-23 07:07:35 +00:00
flatcar-ci
3cde19575a
New version: main-4496.0.0-nightly-20251022-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-22 21:00:30 +00:00
Mathieu Tortuyaux
8d02086a75
Merge pull request #3383 from enix/main
...
Fix linux console settings to grub.cfg.frag for Scaleway
2025-10-22 17:30:26 +02:00
flatcar-ci
9597ed6ecc
New version: main-4495.0.0-nightly-20251021-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-21 21:00:31 +00:00
Mathieu Tortuyaux
3d9d1dde17
Merge pull request #3381 from flatcar/firmware-20251011-main
...
Upgrade Linux Firmware in main from 20250917 to 20251011
2025-10-21 14:14:21 +02:00
Flatcar Buildbot
a3aa5fd7a0
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-21 11:09:39 +00:00
Flatcar Buildbot
dca987852a
sys-kernel/coreos-sources: Update from 6.12.51 to 6.12.54
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-10-21 07:59:40 +00:00
flatcar-ci
0130d8a9bd
New version: main-4494.0.0-nightly-20251020-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-10-20 21:00:30 +00:00
Krzesimir Nowak
82a4a3cf1c
overlay x11-drivers/nvidia-drivers-service: Bump the versions
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00
Krzesimir Nowak
859f5ce86a
overlay profiles: Update accept keywords for net-misc/curl
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00
Krzesimir Nowak
91decd84d6
overlay profiles: Drop accept keywords for dev-libs/libpcre2
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00
Krzesimir Nowak
9e7355052d
overlay profiles: Drop accept keywords for dev-libs/expat
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00
Krzesimir Nowak
3a9291c78c
overlay profiles: Drop accept keywords for dev-lang/go
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00
Krzesimir Nowak
a7ad334112
overlay profiles: Add accept keywords for app-emulation/qemu
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00
Krzesimir Nowak
08c66b4297
overlay profiles: Add accept keywords for net-misc/openssh
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00
Krzesimir Nowak
685d720eb6
overlay profiles: Drop sys-firmware/intel-microcode mask
...
There should be now enough space in initrd.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-10-20 16:25:56 +02:00