File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
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=' 4 ' # Changes with every major feature update
65+ export BCLD_PATCH=' 5 ' # 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-29 '
78+ export KERNEL_PATCH=' 0-31 '
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 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
6067set bcldparameters =" "
You can’t perform that action at this time.
0 commit comments