Skip to content

Commit a8335b8

Browse files
committed
OAC-1538 add params, update kernel and increase vernum
1 parent bfe1cc6 commit a8335b8

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 2026
44

5+
## September
6+
* `2026-09-04 02:54:29` : [OAC-1538] Added newer params to [bcld.cfg](./config/bcld/bcld.cfg)
7+
* Minor kernel patch: `7.0.0-29` --> `7.0.0-31`
8+
* Updated [vernum](./config/BUILD.conf) to `15.0-5`
9+
510
## August
611
* `2026-08-12 04:36:19` : [OAC-1516] Optimizations for PXE-boot (2)
712
* [OAC-1519] Replace `/var/cache` with `/var/cache/apt` in [mksquashfs exclusions](./ISO-builder.sh#L1061)

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='4' # Changes with every major feature update
65+
export BCLD_PATCH='5' # 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-29'
78+
export KERNEL_PATCH='0-31'
7979
export LC_ALL="C"
8080
export NVIDIA_FIRMWARE="595-595.71.05"
8181
export REPO_NAME="${BCLD_CODE_NAME^^}-${BCLD_RELEASE}-${BCLD_PATCH}"

config/bcld/bcld.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,23 @@
4545
#
4646
# (KERNEL)
4747
# acpi=off
48+
# acpi_osi=!
4849
# dis_ucode_ldr
4950
# i915.enable_dc=0
5051
# i915.enable_psr=0
5152
# intel_iommu=igfx_off
53+
# intremap=nosid
5254
# ip=dhcp
5355
# ipv6.disable=1
56+
# loglevel=(0-7)
5457
# noapic
5558
# nomodeset
5659
# nouveau.modeset=0
60+
# nouveau.noaccel
61+
# nvidia-drm.modeset
5762
# pci=noaer
5863
# snd_intel_dspcfg.dsp_driver=1
64+
# rd.udev.log_priority=(0-7)
65+
# systemd.show_status
5966

6067
set bcldparameters=""

0 commit comments

Comments
 (0)