Skip to content

Commit 5c1c2d5

Browse files
committed
Revert "Generate Debian 13 core"
This reverts commit 5b34a6c.
1 parent 5b34a6c commit 5c1c2d5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/debian-core-13.yml renamed to .github/workflows/debian-core-12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: debian-core-13
1+
name: debian-core-12
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
BRANCH: master
12-
GITHUB_ENDPOINT: netbootxyz/debian-core-13
12+
GITHUB_ENDPOINT: netbootxyz/debian-core-12
1313
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
1414
BUILD_TYPE: initrd_patch
1515
DEBIAN_FRONTEND: noninteractive

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/netbootxyz/mod-layers:debian-13
1+
FROM ghcr.io/netbootxyz/mod-layers:debian-12
22
COPY /root /
33
ENTRYPOINT [ "/build.sh" ]

endpoints.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
endpoints:
2-
debian-13-live-kernel:
3-
path: /debian-core-13/releases/download/REPLACE_RELEASE_NAME/
2+
debian-12-live-kernel:
3+
path: /debian-core-12/releases/download/REPLACE_RELEASE_NAME/
44
files:
55
- initrd
66
- vmlinuz
77
os: "debian"
8-
version: "13"
8+
version: "12"

settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
URL="https://cdimage.debian.org/debian-cd/13.0.0-live/amd64/iso-hybrid/debian-live-REPLACE_VERSION-amd64-standard.iso"
1+
URL="https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-REPLACE_VERSION-amd64-standard.iso"
22
TYPE=file
33
CONTENTS="\
44
live/initrd.img|initrd

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e
3-
VERSION=$(curl -sfL https://cdimage.debian.org/debian-cd/13.0.0-live/amd64/iso-hybrid/SHA256SUMS | grep 'standard.iso' | grep -Po "(\d+\.)+\d+" | head -n1)
3+
VERSION=$(curl -sfL https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA256SUMS | grep 'standard.iso' | grep -Po "(\d+\.)+\d+" | head -n1)
44
echo "${VERSION}"

0 commit comments

Comments
 (0)