Skip to content

Commit f978ffb

Browse files
authored
Merge pull request #76 from duonl/develop/OAC-1461
OAC-1461 sink output fix Abaddon 3
2 parents 672ae52 + 05e0598 commit f978ffb

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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

config/BUILD.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export BCLD_DATE="$(/usr/bin/date +'%d-%b-%Y')"
6262
export BCLD_DEFAULT_URL='https://www.google.com/'
6363
export BCLD_HOME='/root'
6464
export 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
6666
export BCLD_RELEASE='15.0' # Changes with every major LTS (or Facet) upgrade
6767
export BCLD_REPO_BRANCH='main'
6868
export BCLD_TERM='xterm-256color'
@@ -75,7 +75,7 @@ export FAT_LABEL="BCLD-USB"
7575
export HOME='/root'
7676
export KERNEL_MINOR='7.0'
7777
export KERNEL_MODEL='generic'
78-
export KERNEL_PATCH='0-27'
78+
export KERNEL_PATCH='0-28'
7979
export LC_ALL="C"
8080
export NVIDIA_FIRMWARE="595-595.71.05"
8181
export REPO_NAME="${BCLD_CODE_NAME^^}-${BCLD_RELEASE}-${BCLD_PATCH}"

script/startup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ if [[ "${BCLD_SOUNDCHECK}" -eq 1 ]]; then
600600
list_item_pass 'BCLD Sound Check enabled!'
601601
fi
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
606606
for 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
631631
else
632-
list_item_pass "Sinks detected: ${BCLD_SINKS}"
632+
list_item_pass "Sound card(s) found!"
633633
fi
634634
# SINKS found with pactl and output in JSON. Used throughout code
635635
SINKS_JSON="$(/usr/bin/pactl --format json list sinks)"

0 commit comments

Comments
 (0)