mirror of
https://github.com/outbackdingo/ostree-quarks.git
synced 2026-01-27 10:20:01 +00:00
11 lines
230 B
Bash
Executable File
11 lines
230 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ouex pipefail
|
|
|
|
|
|
KERNEL="$(rpm -q kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
|
|
RELEASE="$(rpm -q kernel --queryformat '-%{RELEASE}')"
|
|
ls -lah /tmp/zfs
|
|
rpm-ostree install /tmp/zfs/*.rpm
|
|
depmod -A ${KERNEL}
|