2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-13 12:21:30 +00:00
Files
confluent/imgutil/el10/dracut/module-setup.sh
Jarrod Johnson cb1f06fecf Add EL10 Diskless
2025-06-17 10:14:09 -04:00

11 lines
118 B
Bash

check() {
return 0
}
install() {
. $moddir/install
}
installkernel() {
. $moddir/installkernel
}