fix(bluetooth): make hostonly configuration files optional
Do not fail if any of the expected configuration files don't exist.master
parent
34b1dd2e26
commit
d03fb675d8
|
@ -68,7 +68,7 @@ install() {
|
|||
if [[ $hostonly ]]; then
|
||||
var_lib_files=("$dracutsysrootdir"/var/lib/bluetooth/**)
|
||||
|
||||
inst_multiple \
|
||||
inst_multiple -o \
|
||||
/etc/bluetooth/main.conf \
|
||||
"$dbussystemconfdir"/bluetooth.conf \
|
||||
"${var_lib_files[@]#"$dracutsysrootdir"}"
|
||||
|
|
Loading…
Reference in New Issue