You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Only capture unoptimized libraries
We don't know what platform this will run on, so don't even bother
capturing the haswell/glibc-hwcaps library versions -- just find the
unoptimized originals.
glibc 2.34 merged libnss
The NSS files and dns plugins are now builtin to libc as of 2.34
https://sourceware.org/glibc/wiki/Release/2.34
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
initramfs: drop binary from systemd
Previously systemd-initctl had no function because Clear Linux OS
compiles systemd without sysvinit support anyway. Upstream now no
longer installs the file if that happens start with systemd 246.
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
initramfs: lvm sysroot
Only activate the Clear Linux OS rootfs volume.
Add lvm conf file to allow pvscan, but prevent starting the
lvmetad service. Otherwise, if non-root lvms exist, all lvms
are active and the Host OS will hang when starting lvmetad service.
Add new lvm2-mount-sysroot.service to only activate the rootfs
which is identified by the CLR_ROOT logical volume name.
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>