Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Tags: clearlinux/clr-init

Tags

V1.2.1

Toggle V1.2.1's commit message
Add systemd-executor

V1.2.0

Toggle V1.2.0's commit message
Update bin_files

Update renamed files
Remove obsolete files

V1.1.0

Toggle V1.1.0's commit message
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.

V1.0.19

Toggle V1.0.19's commit message
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>

V1.0.18

Toggle V1.0.18's commit message
upower: update for the latest of upower

upower Version 0.99.12 dropped some EOL'd devs

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>

V1.0.17

Toggle V1.0.17's commit message
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>

V1.0.16

Toggle V1.0.16's commit message
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>

V1.0.15

Toggle V1.0.15's commit message
initramfs: Add the systemd lvm targets

Enable the clr-init to be used for LVM root installs.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>

V1.0.14

Toggle V1.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from mdhorn/mdadm

Fix broken symlink for /sbin

V1.0.13

Toggle V1.0.13's commit message
refactoring of make file and get files from source

Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com>