Vincent Bernat
a8ca51d73d
oem-exoscale: make DHCP address retrieval more resilient
...
When retrievent the DHCP IP address (to get user data), two steps were
used: the first one waited for one lease file to become present and the
second one extracted and validated the server IP address. If for some
reason the second step failed, an empty IP was provided (and notably,
coreos-setup-environment.service never finishes correctly).
To avoid that, we combine the two steps into a loop: for each available
lease file, extract the IP and validate it. If it succeeds, return
it. If not continue. If nothing was found, restart the same process
after sleeping a bit.
2016-04-21 08:18:46 +02:00
Michael Marineau
e329cfbbd3
Merge pull request #1885 from askb/idenableselinux
...
coreos/coreos-overlay: build selinux with coreutils
2016-04-14 22:44:32 -07:00
Nick Owens
02fd02636b
Merge pull request #1886 from mischief/edk2-armvirt
...
build ArmVirtPkg for arm64-usr
2016-04-14 15:19:28 -07:00
Nick Owens
20c2f09d5b
sys-boot/grub: include change enabling getenv for efi
2016-04-14 15:05:52 -07:00
Nick Owens
b50b73f8a8
coreos-devel/board-packages: bring in sys-firmware/edk2-armvirt
2016-04-13 20:37:04 -07:00
Nick Owens
f4240dc2c0
sys-firmware/edk2-armvirt: retarget ebuild at ArmVirtPkg
2016-04-13 20:37:04 -07:00
Anil Belur
3049aa4123
coreos/coreos-overlay: build selinux with coreutils
...
This fix allows the selinux context information to be displayed.
Now `ls -Z` shows the correct output.
ex:
core@coreos_developer_qemu-1010-0-0-2 ~ $ id -Z
system_u:system_r:kernel_t:s0
Signed-off-by: Anil Belur <askb23@gmail.com>
2016-04-14 08:52:34 +05:30
Nick Owens
a98f98c5a0
sys-firmware: copy edk2-ovmf into edk2-armvirt
2016-04-13 16:09:47 -07:00
Alex Crawford
5ecaff96e5
sys-apps/systemd: mark 229 stable
2016-04-12 13:56:59 -07:00
Michael Marineau
c452802a4f
Merge pull request #1883 from marineam/pkg-config
...
profiles: do not wrap pkg-config as a legacy library config script
2016-04-11 13:18:34 -07:00
Michael Marineau
ffd56e6830
profiles: do not wrap pkg-config as a legacy library config script
...
This little bit of glue for handling old-style foo-config scripts was
assuming that anything in /usr/bin with a -config suffix was worth
wrapping. This is certainly not the case if the file in question is a
binary. This is most likely to cause confusion with pkg-config.
2016-04-11 11:46:57 -07:00
Matthew Garrett
c372cc6e28
Merge pull request #1873 from mjg59/master
...
Include PAM support
2016-04-11 11:36:05 -07:00
Nick Owens
2550850313
sys-kernel/coreos-kernel: bump kernel rev for arm64 config changes
2016-04-08 15:53:21 -07:00
Geoff Levand
8ebccdb579
arm64_defconfig: Enbable options for APM Mustang
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-04-08 15:52:15 -07:00
Michael Marineau
2db86db444
Merge pull request #1881 from marineam/fix-229
...
Fixes for systemd v229
2016-04-07 14:34:04 -07:00
Michael Marineau
15650fcc15
systemd: fix use of FIONREAD in networkd
2016-04-07 14:04:09 -07:00
Michael Marineau
056798ad35
systemd: fix v229 to never read from /etc/mtab
2016-04-07 13:57:23 -07:00
Michael Marineau
432602dbd9
bootengine: fix initrd-setup-root.service for systemd v229
2016-04-07 13:56:10 -07:00
Alex Crawford
794fde708c
sys-kernel/coreos-kernel: add seismograph dep
...
Without this, cgpt isn't built in time and can't be installed in the initramfs.
2016-04-06 18:53:14 -07:00
Alex Crawford
1b8d731d25
sys-apps/systemd: include latest fixes
...
b1ec77c nspawn: don't try to resolve passed binary before entering namespace
2016-04-06 10:56:49 -07:00
Alex Crawford
9898a2e838
Merge pull request #1875 from crawford/bootengine
...
sys-kernel/bootengine: include latest fixes
2016-04-06 10:55:39 -07:00
Alex Crawford
35f56ec9c6
sys-kernel/bootengine: include latest fixes
...
b7403d0 dracut: enable DHCPv6
d1315da dracut: make gpt headers valid before randomizing
2016-04-06 10:52:30 -07:00
Alex Crawford
81918866e9
coreos-base/coreos-init: bump to enable DHCPv6
2016-04-06 10:49:19 -07:00
Matthew Garrett
eac6287dcc
Enable PAM
...
Turn on PAM in product builds - leave it off in the SDK.
2016-04-05 22:19:42 -07:00
Matthew Garrett
4d35ef8299
Modify PAM build
...
Include a patch that incorporates our existing account locking behaviour - a
leading exclamation mark in the password field in /etc/shadow indicates a locked
account. Also install configuration into /usr and provide a tmpfiles fragment to
bring it back.
2016-04-05 22:17:16 -07:00
Matthew Garrett
3480b2b920
Update PAM
...
Pull in a newer version of PAM in order to add support for sourcing configuration
from /usr/lib rather than /etc (files in /etc will override those in /usr/lib).
2016-04-05 22:10:08 -07:00
Nick Owens
76c2988934
sys-apps/baselayout: include change to unbreak boot
...
the system was hanging on boot due to systemd removing a job to break a
dep cycle.
2016-04-05 19:19:42 -07:00
Alex Crawford
01a2ffcab7
Merge pull request #1870 from crawford/systemd
...
sys-apps/systemd: bump to include recent fixes
2016-04-05 17:24:59 -07:00
Nick Owens
b3549fd583
Merge pull request #1857 from mischief/no-dss
...
net-misc/openssh: drop dss (dsa) support
2016-04-05 17:24:42 -07:00
Nick Owens
111e60c84f
Merge pull request #1872 from mischief/baselayout
...
sys-apps/baselayout: include change for sysusers before coreos-tmpfiles
2016-04-05 17:21:10 -07:00
Alex Crawford
937af441fc
sys-apps/systemd: bump to include recent fixes
...
cf0d969 networkd: make sure we remove udev fd from epoll *before* closing it
2d7da74 sd-event: improve debug message when we fail to remove and fd from an epoll
2016-04-05 17:11:25 -07:00
Alex Crawford
051bb9991f
Merge pull request #1869 from crawford/fleet
...
app-admin/fleet: bump to v0.11.7
2016-04-05 17:02:17 -07:00
Alex Crawford
b26af9b803
coreos-{kernel,sources}: fix build
...
The previous merge was missing defconfigs and had a typo in on of the overlay
patches.
2016-04-05 16:19:51 -07:00
Nick Owens
c9edd5e95c
sys-apps/baselayout: include change for sysusers before coreos-tmpfiles
2016-04-05 15:48:16 -07:00
Alex Crawford
907dea7b17
app-admin/fleet: bump to v0.11.7
2016-04-05 13:57:14 -07:00
Alex Crawford
5ee2c7385f
Merge pull request #1867 from crawford/linux
...
coreos-{kernel,sources}: bump to 4.5
2016-04-05 13:38:15 -07:00
Alex Crawford
548acfb09f
coreos-{kernel,sources}: bump to 4.5.0
2016-04-05 13:37:35 -07:00
Alex Crawford
afcde888fb
Merge pull request #1823 from vcaputo/cease-journald-forward-to-console
...
coreos-overlay: cease ForwardToConsole in journald
2016-04-05 13:28:11 -07:00
Alex Crawford
0037678dfe
Merge pull request #1864 from crawford/bootengine
...
sys-kernel/bootengine: bump to fix console logging
2016-04-05 13:28:04 -07:00
Alex Crawford
4983121d8f
sys-apps/ignition: bump to v0.4.0
2016-04-05 13:17:53 -07:00
Alex Crawford
a625274857
sys-kernel/bootengine: bump to fix console logging
2016-04-04 17:31:03 -07:00
Alex Crawford
0071bb982a
Merge pull request #1861 from crawford/etcd
...
dev-db/etcd: bump to v2.3.1
2016-04-04 14:47:17 -07:00
Alex Crawford
b55df1e8fe
Merge pull request #1860 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to 1.10.0
2016-04-04 14:47:13 -07:00
Matthew Garrett
ef776ffe60
Add tpm policy generation code
2016-04-04 14:08:36 -07:00
Alex Crawford
10790141b7
coreos-devel/mantle: enable Go vendor experiment
2016-04-04 11:56:22 -07:00
Alex Crawford
8a0a87e171
dev-db/etcd: bump to v2.3.1
2016-04-02 16:46:10 -07:00
Alex Crawford
f8f269e5da
coreos-base/coreos-cloudinit: bump to 1.10.0
2016-04-02 16:36:19 -07:00
Matthew Garrett
38cee90cd5
Update grub
2016-03-29 21:31:09 -07:00
Geoff Levand
f5c4b8b591
app-emulation/docker: Set libdm_no_deferred_remove
...
Apply docker buildtag fixup from docker-1.7.1 (Commit
cd1fc3e4b2db741ed165420b1a4fb072b7690a51) with a
condition on the lvm2 version, and add arm64 keyword.
Fixes docker-1.10.3 builds for arm64.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-03-29 13:46:39 -07:00
Nick Owens
1c96c5d5af
net-misc/openssh: drop dss (dsa) support
2016-03-28 14:16:05 -07:00