24.02 - rebuilt for Debian 12.5.
This commit is contained in:
parent
590dd64261
commit
e0528a7a8e
@ -4,8 +4,9 @@ TARGET=$1
|
||||
VERSION=$(date +%g.%m)
|
||||
OUTPUT=${TARGET}/output/${VERSION}
|
||||
DEBIAN_CODENAME='bookworm'
|
||||
KERNEL_VERSION='6.4.0-0.deb12.2-amd64'
|
||||
KERNEL_VERSION='6.5.0-0.deb12.4-amd64'
|
||||
KERNEL_REPO="bookworm-backports"
|
||||
MEMTEST_URL="https://memtest.org/download/v7.00/mt86plus_7.00.binaries.zip"
|
||||
ARCH='amd64'
|
||||
|
||||
QUIET=1
|
||||
@ -84,6 +85,6 @@ ${SCRIPTDIR}/bin/dist_ipxe ${VERSION} ${OUTPUT}
|
||||
if [ !$QUIET ]; then echo '\n### Executing dist_ipxe --nofirmware ###'; fi
|
||||
${SCRIPTDIR}/bin/dist_ipxe ${VERSION} ${OUTPUT} --nofirmware
|
||||
if [ !$QUIET ]; then echo '\n### Executing dist_iso ###'; fi
|
||||
${SCRIPTDIR}/bin/dist_iso ${VERSION} ${ARCH} ${OUTPUT}
|
||||
${SCRIPTDIR}/bin/dist_iso ${VERSION} ${ARCH} ${OUTPUT} ${MEMTEST_URL}
|
||||
if [ !$QUIET ]; then echo '\n### Executing dist_iso --nofirmware ###'; fi
|
||||
${SCRIPTDIR}/bin/dist_iso ${VERSION} ${ARCH} ${OUTPUT} --nofirmware
|
||||
${SCRIPTDIR}/bin/dist_iso ${VERSION} ${ARCH} ${OUTPUT} ${MEMTEST_URL} --nofirmware
|
||||
|
Loading…
Reference in New Issue
Block a user