Skip to content

Commit 541936a

Browse files
committed
Draft.
1 parent 011435b commit 541936a

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

_prog/core.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,17 @@ _ubDistFetch() {
248248
tar xf linux-mainline-amd64-debian.tar.gz
249249
fi
250250

251-
_messageNormal '########## installations: 'linux-mainline-server
251+
_messageNormal '########## installations: 'linux-lts-server
252252
mkdir -p "$scriptLib"/core/installations/kernel_linux
253-
if [[ ! -e "$scriptLib"/core/installations/kernel_linux/linux-mainline-server-amd64-debian.tar.gz ]]
253+
if [[ ! -e "$scriptLib"/core/installations/kernel_linux/linux-lts-server-amd64-debian.tar.gz ]]
254254
then
255255
cd "$scriptLib"/core/installations/
256256

257-
_wget_githubRelease_internal-core soaringDistributions/mirage335KernelBuild linux-mainline-server-amd64-debian.tar.gz
257+
_wget_githubRelease_internal-core soaringDistributions/mirage335KernelBuild linux-lts-server-amd64-debian.tar.gz
258258

259-
mv -f linux-mainline-server-amd64-debian.tar.gz kernel_linux/linux-mainline-server-amd64-debian.tar.gz
259+
mv -f linux-lts-server-amd64-debian.tar.gz kernel_linux/linux-lts-server-amd64-debian.tar.gz
260260
cd "$scriptLib"/core/installations/kernel_linux
261-
tar xf linux-mainline-server-amd64-debian.tar.gz
261+
tar xf linux-lts-server-amd64-debian.tar.gz
262262
fi
263263

264264

ubiquitous_bash.sh

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
3636
#export ub_setScriptChecksum_disable='true'
3737
( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true'
3838
export ub_setScriptChecksum_header='2591634041'
39-
export ub_setScriptChecksum_contents='1082012228'
39+
export ub_setScriptChecksum_contents='778854993'
4040

4141
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242
# WARNING: Performance may be crucial here.
@@ -19868,6 +19868,8 @@ _ubDistFetch() {
1986819868
# 'Distributable Code'
1986919869
# https://learn.microsoft.com/en-us/cpp/windows/redistributing-visual-cpp-files?view=msvc-170
1987019870
# The obvious conclusion is that MSW documentation regarding redistributable licensing either is not well documented or more likely relies on legalease which Oracle dislikes. In any case, transitioning away from and preserving open-source code from, VirtualBox, is a reasonable response at this time.
19871+
# https://forums.virtualbox.org/viewtopic.php?t=108556&start=30
19872+
# There is apparently some possibility that VirtualBox 7.0.13 has again included 'vc_redist', and that the removal was for some technical reason. However, the eventual elimination of VirtualBox should still occur, as with any case of erratic dependency issues.
1987119873
if ! [[ -e "$scriptLib"/core/installations/VirtualBox-7.0.12a.tar.bz2 ]]
1987219874
then
1987319875
cd "$scriptLib"/core/installations
@@ -19986,17 +19988,17 @@ _ubDistFetch() {
1998619988
tar xf linux-mainline-amd64-debian.tar.gz
1998719989
fi
1998819990

19989-
_messageNormal '########## installations: 'linux-mainline-server
19991+
_messageNormal '########## installations: 'linux-lts-server
1999019992
mkdir -p "$scriptLib"/core/installations/kernel_linux
19991-
if [[ ! -e "$scriptLib"/core/installations/kernel_linux/linux-mainline-server-amd64-debian.tar.gz ]]
19993+
if [[ ! -e "$scriptLib"/core/installations/kernel_linux/linux-lts-server-amd64-debian.tar.gz ]]
1999219994
then
1999319995
cd "$scriptLib"/core/installations/
1999419996

19995-
_wget_githubRelease_internal-core soaringDistributions/mirage335KernelBuild linux-mainline-server-amd64-debian.tar.gz
19997+
_wget_githubRelease_internal-core soaringDistributions/mirage335KernelBuild linux-lts-server-amd64-debian.tar.gz
1999619998

19997-
mv -f linux-mainline-server-amd64-debian.tar.gz kernel_linux/linux-mainline-server-amd64-debian.tar.gz
19999+
mv -f linux-lts-server-amd64-debian.tar.gz kernel_linux/linux-lts-server-amd64-debian.tar.gz
1999820000
cd "$scriptLib"/core/installations/kernel_linux
19999-
tar xf linux-mainline-server-amd64-debian.tar.gz
20001+
tar xf linux-lts-server-amd64-debian.tar.gz
2000020002
fi
2000120003

2000220004

0 commit comments

Comments
 (0)