[PATCH clr-bundles] amateur-radio: add multimon-ng
by Brett T. Warden
Add multimon-ng, which decodes the following digital transmission modes:
POCSAG512 POCSAG1200 POCSAG2400
EAS
UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3
HAPN4800
FSK9600
DTMF
ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI
EEA EIA CCIR
MORSE CW
Signed-off-by: Brett T. Warden <brett.t.warden(a)intel.com>
---
bundles/amateur-radio | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/amateur-radio b/bundles/amateur-radio
index 422af9a..0efe972 100644
--- a/bundles/amateur-radio
+++ b/bundles/amateur-radio
@@ -14,6 +14,7 @@ gpredict
grig
hamlib
minimodem
+multimon-ng
soundmodem
xastir
xlog
--
2.15.0
4 years, 6 months
[PATCH clr-bundles] storage-utils: Add cryptsetup
by William Douglas
Add cryptsetup to enable full disk encryption use case.
---
bundles/storage-utils | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/storage-utils b/bundles/storage-utils
index f39a11e..b9fe0ba 100644
--- a/bundles/storage-utils
+++ b/bundles/storage-utils
@@ -8,6 +8,7 @@ LVM2-extras
autofs
btrfs-progs
cifs-utils
+cryptsetup
dosfstools
e2fsprogs
e2fsprogs-extras
--
2.15.0
4 years, 6 months
[PATCH clr-bundles] storage-utils: Add thin-provisioning-tools
by William Douglas
Extend LVM2 to support caching and thin provisioning.
---
bundles/storage-utils | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/storage-utils b/bundles/storage-utils
index ff653a5..f39a11e 100644
--- a/bundles/storage-utils
+++ b/bundles/storage-utils
@@ -27,5 +27,6 @@ samba-data
samba-doc
smartmontools
sshfs
+thin-provisioning-tools
usermode
xfsprogs
--
2.15.0
4 years, 6 months
group memberships
by Sven Dowideit
Heya,
I normally add my user to the docker group, so i don't need to sudo - but
this made me notice something that i'd like to know if its intentional
An admin user created during installation looks like:
$ id sven
uid=1000(sven) gid=1000(sven) groups=1000(sven),10(wheel)
while a admin user created using the setting UI, looks like:
$ id pamd
uid=1001(pamd) gid=1001(pamd)
groups=1001(pamd),10(wheel),4(adm),63(audio),39(video),11(cdrom),18(dialout)
before i go poking around to see more - is this intentional?
I've got some downtime, so finally got around to installing - worth it :)
Sven
4 years, 6 months
X server not working on kvm image
by Ignacio Hernandez
Hi,
I was following the instructions for running a KVM image and found out the
graphic environment does not work as documented.
I followed the instructions located at https://clearlinux.org/
documentation/clear-linux/get-started/virtual-machine-install/kvm.html
and there the configuration is changed to use qxl driver, however the X log
file complains about the driver not present.
[ 170.356] (II) LoadModule: "qxl"
[ 170.356] (WW) Warning, couldn't open module qxl
[ 170.356] (II) UnloadModule: "qxl"
[ 170.356] (II) Unloading qxl
[ 170.356] (EE) Failed to load module "qxl" (module does not exist, 0)
in the X drivers directlry there is no qxl.so module, the only things
present are:
# ls /usr/lib64/xorg/modules/drivers/
amdgpu_drv.so fbdev_drv.so nouveau_drv.so vesa_drv.so
ati_drv.so modesetting_drv.so radeon_drv.so
I tried searching for the file using "swupd search qxl" but there is no
package (bundle?) containing the required .so file.
Is there something else needed to be done?
Thanks!
4 years, 6 months
[PATCH clr-bundles] Add dracut to sysadmin-basic.
by Auke Kok
Dracut can be used to create an initrd for various purposes,
and may help some users do things we didn't exactly plan out
ahead.
Re-sorted, as well.
---
bundles/sysadmin-basic | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bundles/sysadmin-basic b/bundles/sysadmin-basic
index fc4c95e..83a5f21 100644
--- a/bundles/sysadmin-basic
+++ b/bundles/sysadmin-basic
@@ -22,12 +22,14 @@ dbus
dfc
dmidecode
dos2unix
+dracut
e2fsprogs
efibootmgr
file
findutils
gawk
gawk-extras
+glibc-bin
grep
gzip
hdparm
@@ -39,7 +41,6 @@ kbd
#khal
kmod
less
-glibc-bin
libcap-bin
linux-dev
lsacpi
@@ -52,8 +53,8 @@ mosh
motd-update
nano
ncurses
-ncurses-compat-lib-narrow
ncurses-compat-lib
+ncurses-compat-lib-narrow
numactl
p11-kit
parallel
--
2.15.0
4 years, 6 months
[PATCH clr-bundles] os-core-update: Add clr-update-triggers
by William Douglas
Add clr-update-triggers to os-core-update to allow non systemd using
systems (Docker) to be able to run the full update process (including
operations like updating the mandb, python timestamps, etc).
---
bundles/os-core-update | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/os-core-update b/bundles/os-core-update
index 3fcc428..2a732e3 100644
--- a/bundles/os-core-update
+++ b/bundles/os-core-update
@@ -10,6 +10,7 @@ clr-boot-manager-autostart
clr-boot-manager-bin
clr-boot-manager-config
clr-hardware-files
+clr-update-triggers
efibootmgr-bin
findutils-bin
gzip-bin
--
2.15.0
4 years, 6 months
[PATCH clr-bundles] Add dhcp-server bundle
by William Douglas
Create a bundle for running a dhcp server (using dnsmasq).
---
bundles/dhcp-server | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 bundles/dhcp-server
diff --git a/bundles/dhcp-server b/bundles/dhcp-server
new file mode 100644
index 0000000..3364a83
--- /dev/null
+++ b/bundles/dhcp-server
@@ -0,0 +1,6 @@
+# [TITLE]: dhcp-server
+# [DESCRIPTION]: Run a dhcp server
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
+dnsmasq
--
2.15.0
4 years, 6 months
[PATCH clr-bundles] cloud-native-basic: Add cri-o for k8s and CC
by William Douglas
Add cri-o to allow kubernetes to manage Clear Containers.
---
bundles/cloud-native-basic | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/cloud-native-basic b/bundles/cloud-native-basic
index 834604e..81b5552 100644
--- a/bundles/cloud-native-basic
+++ b/bundles/cloud-native-basic
@@ -4,6 +4,7 @@
# [CAPABILITIES]:
# [MAINTAINER]: Obed N Munoz <obed.n.munoz(a)intel.com>
include(containers-basic)
+cri-o
ebtables
ethtool
kubernetes
--
2.15.0
4 years, 6 months