File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## 2026
44
55## Juli
6+ * ` 2026-07-21 05:46:27 ` : [ OAC-1461] Remove double output of detected audio sinks
7+ * Minor kernel patch: ` 7.0.0-27 ` --> ` 7.0.0-28 `
68* ` 2026-07-09 10:06:24 ` : [ OAC-1471] Added ` ntfs.mod ` through ` grub-smktandalone ` instead
79 * Removed ` grub-efi-amd64-bin `
810 * ` nmcli ` commands now also require ` sudo ` when editing connections
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export BCLD_DATE="$(/usr/bin/date +'%d-%b-%Y')"
6262export BCLD_DEFAULT_URL=' https://www.google.com/'
6363export BCLD_HOME=' /root'
6464export BCLD_MD5=" ./test/bcld.md5"
65- export BCLD_PATCH=' 2 ' # Changes with every major feature update
65+ export BCLD_PATCH=' 3 ' # Changes with every major feature update
6666export BCLD_RELEASE=' 15.0' # Changes with every major LTS (or Facet) upgrade
6767export BCLD_REPO_BRANCH=' main'
6868export BCLD_TERM=' xterm-256color'
@@ -75,7 +75,7 @@ export FAT_LABEL="BCLD-USB"
7575export HOME=' /root'
7676export KERNEL_MINOR=' 7.0'
7777export KERNEL_MODEL=' generic'
78- export KERNEL_PATCH=' 0-27 '
78+ export KERNEL_PATCH=' 0-28 '
7979export LC_ALL=" C"
8080export NVIDIA_FIRMWARE=" 595-595.71.05"
8181export REPO_NAME=" ${BCLD_CODE_NAME^^} -${BCLD_RELEASE} -${BCLD_PATCH} "
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ if [[ "${BCLD_SOUNDCHECK}" -eq 1 ]]; then
600600 list_item_pass ' BCLD Sound Check enabled!'
601601fi
602602
603- print_item " Scanning sound cards (please wait )"
603+ print_item " Checking for sound card(s )"
604604
605605# Give systems time to start Pulse Audio
606606for scan in $( /usr/bin/seq 1 20) ; do
@@ -629,7 +629,7 @@ if [[ -z "${BCLD_SINKS}" ]] \
629629 list_item_fail ' Unable to detect any sound cards!'
630630 fi
631631else
632- list_item_pass " Sinks detected: ${BCLD_SINKS} "
632+ list_item_pass " Sound card(s) found! "
633633fi
634634# SINKS found with pactl and output in JSON. Used throughout code
635635SINKS_JSON=" $( /usr/bin/pactl --format json list sinks) "
You can’t perform that action at this time.
0 commit comments