Kai Lüke
a6672ad0e3
Merge pull request #613 from flatcar-linux/kai/firmware-no-savedconfig
...
sys-kernel/coreos-firmware: Disable savedconfig flag and file creation
2020-09-28 12:05:29 +02:00
Kai Lüke
c8d526dd01
sys-kernel/coreos-firmware: Disable savedconfig flag and file creation
...
The savedconfig feature reads and, if not set, generates a file under
/etc/portage/savedconfig/ to source a build configuration. We probably
don't want this and specially not on the final image, therefore,
disable reading and also don't write the file to the final image.
2020-09-28 11:24:46 +02:00
Krzesimir Nowak
d2e2187bde
Merge pull request #612 from flatcar-linux/krnowak/fix-remote-fs
...
Enable remote-fs
2020-09-26 16:06:06 +02:00
Alban Crequy
8dc4b6702d
bump(sys-libs/libseccomp): sync with upstream
...
Change python check to python3_6 so it builds in Flatcar.
Update checksums
2020-09-26 14:36:19 +02:00
Krzesimir Nowak
498ad0ba08
sys-apps/systemd: Enable more services
...
These normally would be pulled by systemdctl enable when enabling
systemd-networkd.service, because they are used in Also= options. In
such case, we need to pull them ourselves, so they can be enabled in
/usr, not in /etc.
2020-09-26 14:21:47 +02:00
Marga Manterola
40e58334af
Merge pull request #614 from flatcar-linux/sayan/fix-the-srctree-patch
...
Update srctree path to correctly populate Makefile
2020-09-25 21:08:18 +02:00
Krzesimir Nowak
9512007c74
sys-apps/systemd: Make a comment more clear
2020-09-25 20:39:19 +02:00
Krzesimir Nowak
a65e2ade5b
sys-apps/systemd: Drop the handling of ENABLED_UNITS
...
We are installing systemd from scratch in the image, so there are no
previously enabled units to enable or reenable after
installation. Also, this code would enable the services in /etc, which
we don't want, because /etc is not autoupdated, so the enabled
services could end up still being disabled after the update.
2020-09-25 20:39:19 +02:00
Krzesimir Nowak
393a645c38
sys-apps/systemd: Enable more services from upstream's preset
...
This more or less mimics systemctl preset-all, but with enabling the
services in /usr, not in /etc, as /etc is not autoupdated.
2020-09-25 20:39:19 +02:00
Krzesimir Nowak
8a64463b04
sys-apps/systemd: Try harder at not enabling services through /etc
...
At installation time, we usually want to enable services through
/lib. This change will stop making the installation to put symlinks
for getty in /etc, since we already do it in /lib.
2020-09-25 20:39:19 +02:00
Krzesimir Nowak
5e98f2cb98
sys-apps/systemd: Enable remote-fs.target too.
...
Since v242, this unit is not enabled by default. Currently the
recommended way of initial enablement of the important units is
through `systemctl preset-all` with the preset file from systemd. We
don't want to do it, because this action creates symlinks in /etc, so
we enable those services ourselves by putting the symlinks in /lib.
2020-09-25 20:39:19 +02:00
Marga Manterola
2ac602d5ea
Merge pull request #597 from flatcar-linux/containerd-1.4.1-main
...
Upgrade Containerd in main from 1.3.7 to 1.4.1
2020-09-25 18:40:44 +02:00
Dongsu Park
4dc4d60108
dev-lang/tcl: add tcl for SDK dependencies
...
Since sqlite 3.32 or newer requires dev-lang/tcl to be available in
the Flatcar SDK by default, we should add dev-lang/tcl into the SDK.
2020-09-25 17:30:35 +02:00
Dongsu Park
247ad0bb03
coreos-base/hard-host-depends: add dev-lang/tcl
...
Since sqlite 3.32 or newer requires dev-lang/tcl to be available in
the Flatcar SDK by default, we should add dev-lang/tcl in the dependency
list of SDK.
2020-09-25 17:29:42 +02:00
Sayan Chowdhury
022a63a9d1
Update srctree path to correctly populate Makefile
...
Update srctree path to correctly populate the Makefile for sandbox
environments. The patch is to adjusted for 5.x kernels
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-09-25 20:47:28 +05:30
Dongsu Park
10d916a156
Merge pull request #110 from flatcar-linux/dongsu/makedev-sdk
...
sys-apps/makedev: bring back the package for bootstrap_sdk
2020-09-25 17:11:49 +02:00
Dongsu Park
f710c0d0c8
sys-apps/makedev: bring back the package for bootstrap_sdk
...
The bootstrap_sdk stage still requires `sys-apps/makedev` to be
available, as listed in `profiles/default/linux/packages.build`.
We need to bring it back to make the SDK build work again.
This reverts commit df8159f565972eb31455ff5e4cbfba8c4a12bb52.
2020-09-25 16:37:39 +02:00
Dongsu Park
76f9afce09
Merge pull request #598 from flatcar-linux/dongsu/cleanup-packages-202009
...
profiles: adjust to clean up serf, apr-util
2020-09-25 15:14:02 +02:00
Dongsu Park
7eb41cbcec
Merge pull request #106 from flatcar-linux/dongsu/cleanup-packages-202009
...
Clean up unnecessary packages - 2020-09
2020-09-25 15:13:53 +02:00
Marga Manterola
4ff7200b93
Merge branch 'main' into containerd-1.4.1-main
2020-09-25 14:53:41 +02:00
Marga Manterola
9c27350a99
Merge pull request #602 from flatcar-linux/docker-19.03.13-main
...
Upgrade Docker in main from 19.03.12 to 19.03.13
2020-09-25 14:48:21 +02:00
Marga Manterola
746961a611
Merge pull request #607 from flatcar-linux/linux-5.8.11-main
...
Upgrade Linux Kernel in main from 5.8.10 to 5.8.11
2020-09-25 14:48:12 +02:00
Dongsu Park
7363a3935b
profiles: remove dev-libs/apr-util
...
Now that net-libs/apr-util is gone, we should remove it from profiles.
2020-09-25 10:37:22 +02:00
Dongsu Park
850055eab2
profiles: remove net-libs/serf
...
Now that net-libs/serf is gone, we should remove it from profiles.
2020-09-25 10:37:22 +02:00
Dongsu Park
44d3e1f36a
sys-devel/bin86: remove unnecessary package
...
Remove unnecessary package sys-apps/bin86.
We can do so because sys-devel/dev86 is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
94a78bda6c
sys-devel/dev86: remove unnecessary package
...
Remove unnecessary package sys-apps/dev86.
We can do so because sys-firmware/vgabios is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
c8219909ce
sys-firmware/vgabios: remove unnecessary package
...
Remove unnecessary package sys-firmware/vgabios.
2020-09-25 10:36:08 +02:00
Dongsu Park
292e92707f
sys-apps/makedev: remove unnecessary package
...
Remove unnecessary package sys-apps/makedev.
2020-09-25 10:36:08 +02:00
Dongsu Park
1a3e753bdc
dev-python/mox: remove unnecessary package
...
Remove unnecessary package dev-python/mox.
2020-09-25 10:36:08 +02:00
Dongsu Park
7c7e4697e0
dev-python/lockfile: remove unnecessary package
...
Remove unnecessary package dev-python/lockfile.
2020-09-25 10:36:08 +02:00
Dongsu Park
5da94c7ba1
dev-python/greenlet: remove unnecessary package
...
Remove unnecessary package dev-python/greenlet.
2020-09-25 10:36:08 +02:00
Dongsu Park
1490a39eaa
dev-python/gevent: remove unnecessary package
...
Remove unnecessary package dev-python/gevent.
2020-09-25 10:36:08 +02:00
Dongsu Park
736b536417
dev-libs/libtasn1: remove unnecessary package
...
Remove unnecessary package dev-libs/libtasn1.
2020-09-25 10:36:08 +02:00
Dongsu Park
0e08a9713f
dev-libs/jemalloc: remove unnecessary package
...
Remove unnecessary package dev-libs/jemalloc.
2020-09-25 10:36:08 +02:00
Dongsu Park
57310a1b1d
dev-libs/apr: remove unnecessary package
...
Remove unnecessary package dev-libs/apr.
We can do so because dev-libs/apr-util, net-libs/serf is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
0a2827ee69
dev-libs/apr-util: remove unnecessary package
...
Remove unnecessary package dev-libs/apr-util.
We can do so because net-libs/serf is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
2f9f7da8aa
net-libs/serf: remove unnecessary package
...
Remove unnecessary package net-libs/serf.
2020-09-25 10:36:08 +02:00
Kai Lüke
ae76870537
Merge pull request #609 from flatcar-linux/kai/torcx-fixed-size
...
app-arch/torcx: Point to latest flatcar-master
2020-09-24 18:04:10 +02:00
Kai Lüke
d589594c83
app-arch/torcx: Point to latest flatcar-master
...
This pulls in
https://github.com/flatcar-linux/torcx/pull/4
to set a fixed tmpfs size.
2020-09-24 17:01:13 +02:00
Kai Lüke
f2f7002c57
Merge pull request #608 from flatcar-linux/kai/oslogin-amd
...
coreos-base/coreos: Build and install oslogin for amd64 only
2020-09-24 12:13:27 +02:00
Kai Lüke
604a06746b
coreos-base/coreos: Build and install oslogin for amd64 only
...
The build for arm64 currently fails because it tries to build the
oslogin package but the package is marked as amd64-only.
Exclude the oslogin package from arm64 images.
2020-09-24 12:02:57 +02:00
Flatcar Buildbot
58ef9fa84f
sys-kernel: Upgrade coreos-kernel 5.8.10 to 5.8.11
2020-09-24 07:23:35 +00:00
Dongsu Park
e959c8172d
Merge pull request #108 from flatcar-linux/dongsu/sqlite-3.31-portage-stable
...
dev-db/sqlite: bring back sqlite 3.31.1 for SDK
2020-09-23 16:45:25 +02:00
Dongsu Park
ad2352b192
dev-db/sqlite: bring back sqlite 3.31.1 for SDK
...
To make the SDK build work again, we need to bring back dev-db/sqlite
3.31.1 in portage-stable. It is not enough to have it in coreos-overlay.
This reverts commit 4a7a4e3d272812963c3cd21431d1849ca9df11e4.
2020-09-23 16:36:55 +02:00
Thilo Fromm
91cfcce5c2
Merge pull request #604 from flatcar-linux/coreos-overlay
...
Update app-admin/adcli to 0.9 by t-lo
2020-09-23 16:10:25 +02:00
Thilo Fromm
589299edd4
app-admin/adcli: update to 0.9.0
...
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-09-23 16:10:25 +02:00
Marga Manterola
76812e292f
Merge pull request #603 from flatcar-linux/marga-kinvolk/change-mirrors
...
Switch to our new mirrors
2020-09-23 15:24:29 +02:00
Margarita Manterola
7f151f73a1
Switch to our new mirrors
2020-09-23 15:22:09 +02:00
Dongsu Park
4cf90db4bf
Merge pull request #600 from flatcar-linux/dongsu/sqlite-3.32.3
...
dev-db/sqlite: update to 3.32.3 to keep non-full archive
2020-09-23 14:39:56 +02:00
Dongsu Park
89553c6977
Merge pull request #107 from flatcar-linux/dongsu/sqlite-3.32.3
...
dev-db/sqlite: move sqlite to coreos-overlay
2020-09-23 14:39:41 +02:00