Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
|---|---|
| This is the <u>official</u> BCLD (Bootable Client Lockdown) Project.<br/>This project is a follow-up to the Fedora BCLD project.<br/>BCLD was initiated in hopes of advancing hardware support and being able to operate in accordance with Secure Boot.<br/>Below are extensive instructions to the product. | <img title="" src="./assets/bcld-logo.png" alt="logo" width="300" data-align="left"> |

**BCLD Version**: 14.2-2 BCLD (Chimera)<br/>
**BCLD Version**: 14.2-3 BCLD (Chimera)<br/>
**BCLD Kernel**: 6.14.0-36-generic

# Index
Expand Down
2 changes: 1 addition & 1 deletion config/BUILD.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export BCLD_DATE="$(/usr/bin/date +'%d-%b-%Y')"
export BCLD_DEFAULT_URL='https://www.google.com/'
export BCLD_HOME='/root'
export BCLD_MD5="./test/bcld.md5"
export BCLD_PATCH='2' # Changes with every major feature update
export BCLD_PATCH='3' # Changes with every major feature update
export BCLD_RELEASE='14.2'
export BCLD_REPO_BRANCH='main'
export BCLD_TERM='xterm-256color'
Expand Down
3 changes: 3 additions & 0 deletions script/Xconfigure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,11 @@ DEFAULT_SS_TIMEOUT='0:15:00' # 15 minutes
# Set to default unless a BCLD parameter is given
if [[ -n "${BCLD_SCREENSAVER}" ]]; then
BCLD_SS_TIMEOUT="0:${BCLD_SCREENSAVER}:00"

/usr/bin/echo "BCLD_SCREENSAVER found!: ${BCLD_SS_TIMEOUT}"
/usr/bin/echo "timeout: ${BCLD_SS_TIMEOUT}" >> "${SS_CONFIG}"
else
/usr/bin/echo "BCLD_SCREENSAVER not found! Using default: ${DEFAULT_SS_TIMEOUT}"
/usr/bin/echo "timeout: ${DEFAULT_SS_TIMEOUT}" >> "${SS_CONFIG}"
fi

Expand Down
6 changes: 3 additions & 3 deletions test/bcld.md5
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ a1d62bcaf8202e22136ae828daf6b389 ./.gitignore
ef29c64bd35fec47b154096be5a4c7d0 ./IMG-builder.sh
65638da7960b4cfc03b3c34809d62561 ./ISO-builder.sh
524b704f7687543521a4f126f3b50422 ./LICENSE.eupl
eabfebfe5d84844cae23e0668851679c ./README.md
dbdea4a3be2b93ef495c21a01d75527e ./README.md
f6c4276a99ee9de5b0bc0e385f7f4b57 ./RepoMan.sh
b1447f0cf092dc2f9c8770aaedd8fb5f ./SECURITY.md
5ee37144e15f8bf49e7f683935a27f15 ./assets/bcld-logo.png
a5cbbf37baaa8eeeefd21d624df0859c ./config/BUILD.conf
a012375e1b83dfdb563d3609369a3f25 ./config/BUILD.conf
f9308ddcf62532c70ae0b4970c39b082 ./config/X11/xbindkeys/.xbindkeysrc
2bd011392d7c87070a19a6733fcc03dc ./config/X11/xmodmap/.xmodmap
12e8a46bb563daf82e8ce5fc143cf69b ./config/X11/xorg.conf.d/80-bcld-basic.conf
Expand Down Expand Up @@ -101,7 +101,7 @@ bc8d4c92bdbadd1c62c088184f39073f ./config/trap_shutdown/virt/virt-warning-5.png
c99677e6deb495fb2b90cbfb84ac7349 ./config/udev/rules.d/BCLD-USB.rules
87ecdd57738b7ed7fe23e3da8a492593 ./image/ISO/README.diskdefines
49a4210f52e5bcc79077d12c3dfd63f5 ./image/ISO/isolinux/isolinux.cfg
5be585ab6953dd5461cd2f22da1861b5 ./script/Xconfigure.sh
25dd76d6889e35fe9800c1465067944a ./script/Xconfigure.sh
3f0e4d55a962e4dd009c1ae8c4db7739 ./script/autocert.sh
f6604ec06c9aa1b19247785ed0f280a2 ./script/bcld_app.sh
caeaba6f3ea103a2d0ee5a68b44baa93 ./script/bcld_vendor.sh
Expand Down
2 changes: 1 addition & 1 deletion test/md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9e0f802c2f5f671ef42d9dba94a5b4ce ./test/bcld.md5
1196c31d71e63647f71b867192dedb4d ./test/bcld.md5