-
Notifications
You must be signed in to change notification settings - Fork 62
/
p2-include-url
384 lines (285 loc) · 17.1 KB
/
p2-include-url
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
#!/usr/bin/bash
########################################################################
if [[ -z "$script_dir" ]]
then
echo 'do not run this script directly !'
echo 'this script is part of run.sh'
exit -1
fi
########################################################################
# v 2024-11-17
# pull updates
# cd ~/git/RPi-PXE-Server/ && git pull --no-rebase && cd - || git diff;
# check for broken url
# for i in $(grep -E "^[A-Z0-9_]+_URL=" ~/git/RPi-PXE-Server/p2-include-url | sed s/^.*=//g); do wget --quiet --timeout=5 --tries=1 --spider $i && echo -e "\e[32mOK\e[0m = $i" || echo -e "\e[97;41;5mFAILED\e[0m = $i"; done
# for i in $(grep -E "^[A-Z0-9_]+_URL=" ~/git/RPi-PXE-Server/p2-include-url | sed s/^.*=//g); do curl --connect-timeout 5 --retry 0 -s -I -o /dev/null -w "%{response_code}" $i | grep -qE "(200|30.)" && echo -e "\e[32mOK\e[0m = $i" || echo -e "\e[97;41;5mFAILED\e[0m = $i"; done
# execute run.sh
# . ~/git/RPi-PXE-Server/run.sh
# find KVER
# curl https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-12.8.0-amd64-lxde.iso.contents -s | sed -n 's;^/live/vmlinuz;;p' | tail -n 1
########################################################################
# winpe https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install
# https://www.heise.de/ct/artikel/c-t-Notfall-Windows-2020-4514169.html
# https://github.com/pebakery/pebakery
# arch https://www.archlinux.org/download/
# blackarch https://blackarch.org/
# fedora https://getfedora.org/en/workstation/download/
# ubuntu https://releases.ubuntu.com/
# https://cdimage.ubuntu.com/ubuntu/releases/
# https://cdimage.ubuntu.com/daily-live/pending/
# ubuntu studio https://cdimage.ubuntu.com/ubuntustudio/releases/
# https://cdimage.ubuntu.com/ubuntustudio/dvd/pending/
# lubuntu https://cdimage.ubuntu.com/lubuntu/releases/
# https://cdimage.ubuntu.com/lubuntu/daily-live/pending/
# debian https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/
# https://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/
# devuan https://files.devuan.org/devuan_beowulf/desktop-live/
# dragon os https://sourceforge.net/projects/dragonos-focal/files/
# finnix https://linode-london.mirrors.finnix.org/pub/mirrors/finnix/releases/current/
# gnuradio https://wiki.gnuradio.org/index.php/GNU_Radio_Live_SDR_Environment
# http://eu2-dist.gnuradio.org/
# parrotsec https://cdimage.parrotsec.org/parrot/iso/
# kali https://cdimage.kali.org/kali-images/current/
# https://cdimage.kali.org/kali-images/kali-weekly/
# pentoo https://www.pentoo.ch/isos/latest-iso-symlinks/
# deft http://www.deftlinux.net/
# clonezilla https://sourceforge.net/projects/clonezilla/files/clonezilla_live_stable/
# system rescue cd https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/
# https://system-rescue-cd.org/
# tiny core http://tinycorelinux.net/downloads.html
# rpdesktop https://downloads.raspberrypi.org/rpd_x86/images/?C=M;O=D
# gentoo https://www.gentoo.org/downloads/
# http://distfiles.gentoo.org/releases/amd64/
# http://distfiles.gentoo.org/releases/x86/
# opensuse https://download.opensuse.org/distribution/openSUSE-current/live/
# https://download.opensuse.org/tumbleweed/iso/?C=M;O=D
# centos https://www.centos.org/download/
# tails https://tails.boum.org/install/download/
# knoppix https://www.knopper.net/knoppix-mirrors/index-en.html
# kaspersky https://www.kaspersky.com/downloads/thank-you/free-rescue-disk
# bitdefender https://download.bitdefender.com/rescue_cd/latest/
# Bitdefender Rescue CD reached End of Life on 2019-08-01
# https://www.bitdefender.com/consumer/support/answer/10131/
# ESET SysRescue Live free public version - end of life (2023-11) ?
# https://www.eset.com/int/download-utilities/#content-c10295
# linuxmint https://www.linuxmint.com/download.php
# https://mirrors.edge.kernel.org/linuxmint/stable/
# android x86 https://osdn.net/projects/android-x86/
# rpi-raspbian https://downloads.raspberrypi.org/raspios_armhf/images/
# piCore http://tinycorelinux.net/9.x/armv6/releases/RPi/
# http://tinycorelinux.net/9.x/armv7/releases/RPi/
# emmabuntus https://emmabuntus.org/
# https://sourceforge.net/projects/emmabuntus/files/
########################################################################
# url to iso images, with LiveDVD systems
# note:
# update the url, if iso is outdated
########################################################################
ARCH_NETBOOT_X64=arch-netboot-x64
ARCH_NETBOOT_X64_URL=https://archlinux.org/static/netboot/ipxe.lkrn
BLACKARCH_X64=blackarch-x64
BLACKARCH_X64_URL=https://ftp.halifax.rwth-aachen.de/blackarch/iso/blackarch-linux-slim-2023.05.01-x86_64.iso
BUNSEN_X64=bunsen-x64
BUNSEN_X64_URL=https://ddl.bunsenlabs.org/ddl/boron-1-240123-amd64.hybrid.iso
BUNSEN_X64_SUM=https://ddl.bunsenlabs.org/ddl/release.sha256.txt
BUNSEN_X64_SUM_TYPE=sha256
CLONEZILLA_X64=clonezilla-x64
CLONEZILLA_X64_URL=https://downloads.sourceforge.net/project/clonezilla/clonezilla_live_stable/3.2.0-5/clonezilla-live-3.2.0-5-amd64.iso
CLONEZILLA_X86=clonezilla-x86
CLONEZILLA_X86_URL=https://downloads.sourceforge.net/project/clonezilla/clonezilla_live_stable//3.2.0-5/clonezilla-live-3.2.0-5-i686.iso
DEBIAN_KVER=
DEBIAN_X64=debian-x64
DEBIAN_X64_URL=https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-12.8.0-amd64-cinnamon.iso
DEBIAN_X64_SUM=https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA256SUMS
DEBIAN_X64_SUM_TYPE=sha256
DEBIAN_KVER_X86=-5.10.0-32-686
DEBIAN_X86=debian-x86
DEBIAN_X86_URL=https://cdimage.debian.org/cdimage/archive/latest-oldstable-live/i386/iso-hybrid/debian-live-11.11.0-i386-cinnamon.iso
DEBIAN_X86_SUM=https://cdimage.debian.org/cdimage/archive/latest-oldstable-live/i386/iso-hybrid/SHA256SUMS
DEBIAN_X86_SUM_TYPE=sha256
DEFT_X64=deft-x64
#DEFT_X64_URL=https://na.mirror.garr.it/mirrors/deft/iso/deft-8.2.iso
#DEFT_X64_SUM=https://na.mirror.garr.it/mirrors/deft/md5.txt
#DEFT_X64_SUM_TYPE=md5
DEFTZ_X64=deftz-x64
#DEFTZ_X64_URL=https://na.mirror.garr.it/mirrors/deft/zero/deftZ-2018-2.iso
#DEFTZ_X64_SUM=https://na.mirror.garr.it/mirrors/deft/zero/deftZ-2018-2.iso.md5
#DEFTZ_X64_SUM_TYPE=md5
DEVUAN_X64=devuan-x64
DEVUAN_X64_URL=https://files.devuan.org/devuan_daedalus/desktop-live/devuan_daedalus_5.0.0_amd64_desktop-live.iso
DEVUAN_X64_SUM=https://files.devuan.org/devuan_daedalus/desktop-live/SHA256SUMS.txt
DEVUAN_X64_SUM_TYPE=sha256
DEVUAN_X86=devuan-x86
DEVUAN_X86_URL=https://files.devuan.org/devuan_daedalus/desktop-live/devuan_daedalus_5.0.0_i386_desktop-live.iso
DEVUAN_X86_SUM=https://files.devuan.org/devuan_daedalus/desktop-live/SHA256SUMS.txt
DEVUAN_X86_SUM_TYPE=sha256
DRAGONOS_X64=dragonos-x64
DRAGONOS_X64_URL=https://downloads.sourceforge.net/project/dragonos-focal/DragonOS_FocalX_R37.1.iso
DRAGONOS_X64_SUM=https://downloads.sourceforge.net/project/dragonos-focal/DragonOS_FocalX_R37.1.iso.sha256
DRAGONOS_X64_SUM_TYPE=sha256
EMMABUNTUS_X64=emmabuntus-x64
EMMABUNTUS_X64_URL=https://downloads.sourceforge.net/project/emmabuntus/Emmabuntus_DE5/Images/1.02/emmabuntus-de5-amd64-12.6-1.02.iso
EMMABUNTUS_X64_SUM=https://downloads.sourceforge.net/project/emmabuntus/Emmabuntus_DE5/Images/1.02/emmabuntus-de5-amd64-12.6-1.02.iso.sum.txt
EMMABUNTUS_X64_SUM_TYPE=sha256
EMMABUNTUS_X86=emmabuntus-x86
EMMABUNTUS_X86_URL=https://downloads.sourceforge.net/project/emmabuntus/Emmabuntus_DE5/Images/1.02/emmabuntus-de5-i686-12.6-1.02.iso
EMMABUNTUS_X86_SUM=https://downloads.sourceforge.net/project/emmabuntus/Emmabuntus_DE5/Images/1.02/emmabuntus-de5-i686-12.6-1.02.iso.sum.txt
EMMABUNTUS_X86_SUM_TYPE=sha256
ESET_SYSRESCUE_X86=eset-rescue-x86
#ESET_SYSRESCUE_X86_URL=https://download.eset.com/com/eset/tools/recovery/rescue_cd/latest/eset_sysrescue_live_enu.iso
FEDORA_X64=fedora-x64
FEDORA_X64_URL=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-41-1.4.iso
FEDORA_X64_SUM=https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/x86_64/iso/Fedora-Workstation-41-1.4-x86_64-CHECKSUM
FEDORA_X64_SUM_TYPE=sha256
FEDORA_SL_X64=fedora-sec-x64
FEDORA_SL_X64_URL=https://download.fedoraproject.org/pub/alt/releases/41/Labs/x86_64/iso/Fedora-Security-Live-x86_64-41-1.4.iso
FEDORA_SL_X64_SUM=https://download.fedoraproject.org/pub/alt/releases/41/Labs/x86_64/iso/Fedora-Labs-41-1.4-x86_64-CHECKSUM
FEDORA_SL_X64_SUM_TYPE=sha256
FINNIX_X64=finnix-x64
FINNIX_X64_URL=https://www.finnix.org/releases/current/finnix-126.iso
FINNIX_X64_SUM=https://www.finnix.org/releases/current/finnix-126.iso.gpg
FINNIX_X64_SUM_TYPE=gpg
GNURADIO_X64=gnuradio-x64
#GNURADIO_X64_URL=http://eu2-dist.gnuradio.org/ubuntu-16.04.2-desktop-amd64-gnuradio-3.7.11.iso
KALI_X64=kali-x64
KALI_X64_URL=https://cdimage.kali.org/current/kali-linux-2024.3-live-amd64.iso
KALI_X64_SUM=https://cdimage.kali.org/current/SHA256SUMS
KALI_X64_SUM_TYPE=sha256
KASPERSKY_RESCUE_X86=kaspersky-rescue-x86
KASPERSKY_RESCUE_X86_URL=https://rescuedisk.s.kaspersky-labs.com/updatable/2018/krd.iso
KNOPPIX_X86=knoppix-x86
KNOPPIX_X86_URL=https://ftp.gwdg.de/pub/linux/knoppix/dvd/KNOPPIX_V9.1DVD-2021-01-25-DE.iso
KNOPPIX_X86_SUM=https://ftp.gwdg.de/pub/linux/knoppix/dvd/KNOPPIX_V9.1DVD-2021-01-25-DE.iso.sha256
KNOPPIX_X86_SUM_TYPE=sha256
KNOPPIX_X86_EXTRA_INITRD=knoppix-x86-miniroot-9.1.gz
KNOPPIX_X86_EXTRA_INITRD_URL=https://github.com/beta-tester/RPi-PXE-Server/files/6081579/knoppix-x86-miniroot-9.1.gz
LUBUNTU_DAILY_X64=lubuntu-daily-x64
LUBUNTU_DAILY_X64_URL=https://cdimage.ubuntu.com/lubuntu/daily-live/pending/oracular-desktop-amd64.iso
LUBUNTU_DAILY_X64_SUM=https://cdimage.ubuntu.com/lubuntu/daily-live/pending/SHA256SUMS
LUBUNTU_DAILY_X64_SUM_TYPE=sha256
LUBUNTU_LTS_X64=lubuntu-lts-x64
LUBUNTU_LTS_X64_URL=https://cdimage.ubuntu.com/lubuntu/releases/24.04/release/lubuntu-24.04.1-desktop-amd64.iso
LUBUNTU_LTS_X64_SUM=https://cdimage.ubuntu.com/lubuntu/releases/24.04/release/SHA256SUMS
LUBUNTU_LTS_X64_SUM_TYPE=sha256
LUBUNTU_X64=lubuntu-x64
LUBUNTU_X64_URL=https://cdimage.ubuntu.com/lubuntu/releases/24.10/release/lubuntu-24.10-desktop-amd64.iso
LUBUNTU_X64_SUM=https://cdimage.ubuntu.com/lubuntu/releases/24.10/release/SHA256SUMS
LUBUNTU_X64_SUM_TYPE=sha256
LUBUNTU_LTS_X86=lubuntu-lts-x86
LUBUNTU_LTS_X86_URL=https://cdimage.ubuntu.com/lubuntu/releases/18.04/release/lubuntu-18.04.5-desktop-i386.iso
LUBUNTU_LTS_X86_SUM=https://cdimage.ubuntu.com/lubuntu/releases/18.04/release/SHA256SUMS
LUBUNTU_LTS_X86_SUM_TYPE=sha256
MINT_X64=mint-x64
MINT_X64_URL=https://mirrors.edge.kernel.org/linuxmint/stable/22/linuxmint-22-cinnamon-64bit.iso
MINT_X64_SUM=https://mirrors.edge.kernel.org/linuxmint/stable/22/sha256sum.txt
MINT_X64_SUM_TYPE=sha256
OPENSUSE_RESCUE_X64=opensuse-rescue-x64
OPENSUSE_RESCUE_X64_URL=https://download.opensuse.org/distribution/openSUSE-current/live/openSUSE-Leap-15.6-Rescue-CD-x86_64-Media.iso
OPENSUSE_RESCUE_X64_SUM=https://download.opensuse.org/distribution/openSUSE-current/live/openSUSE-Leap-15.6-Rescue-CD-x86_64-Media.iso.sha256
OPENSUSE_RESCUE_X64_SUM_TYPE=sha256
OPENSUSE_X64=opensuse-x64
OPENSUSE_X64_URL=https://download.opensuse.org/distribution/openSUSE-current/live/openSUSE-Leap-15.6-KDE-Live-x86_64-Media.iso
OPENSUSE_X64_SUM=https://download.opensuse.org/distribution/openSUSE-current/live/openSUSE-Leap-15.6-KDE-Live-x86_64-Media.iso.sha256
OPENSUSE_X64_SUM_TYPE=sha256
PARROT_FULL_X64=parrot-full-x64
PARROT_FULL_X64_URL=https://download.parrot.sh/parrot/iso/6.2/Parrot-security-6.2_amd64.iso
PARROT_FULL_X64_SUM=https://download.parrot.sh/parrot/iso/6.2/signed-hashes.txt
PARROT_FULL_X64_SUM_TYPE=sha256
PARROT_LITE_X64=parrot-lite-x64
PARROT_LITE_X64_URL=https://download.parrot.sh/parrot/iso/6.2/Parrot-home-6.2_amd64.iso
PARROT_LITE_X64_SUM=https://download.parrot.sh/parrot/iso/6.2/signed-hashes.txt
PARROT_LITE_X64_SUM_TYPE=sha256
PENTOO_BETA_X64=pentoo-beta-x64
PENTOO_BETA_X64_URL=https://www.pentoo.ch/isos/latest-iso-symlinks/pentoo-full-daily-amd64-hardened-latest.iso
PENTOO_X64=pentoo-x64
PENTOO_X64_URL=https://www.pentoo.ch/isos/latest-iso-symlinks/pentoo-full-daily-amd64-hardened-latest.iso
RPDESKTOP_X86=rpdesktop-x86
RPDESKTOP_X86_URL=https://downloads.raspberrypi.org/rpd_x86_latest
RPDESKTOP_X86_SUM=https://www.raspberrypi.org/downloads/raspberry-pi-desktop/
RPDESKTOP_X86_SUM_TYPE=sha256
RESCUEZILLA_X64=rescuezilla-x64
RESCUEZILLA_X64_URL=https://github.com/rescuezilla/rescuezilla/releases/download/2.5.1/rescuezilla-2.5.1-64bit.noble.iso
RESCUEZILLA_X64_SUM=https://github.com/rescuezilla/rescuezilla/releases/download/2.5.1/SHA256SUM
RESCUEZILLA_X64_SUM_TYPE=sha256
SYSTEMRESCUE_X64=systemrescue-x64
SYSTEMRESCUE_X64_URL=https://downloads.sourceforge.net/project/systemrescuecd/sysresccd-x86/11.02/systemrescue-11.02-amd64.iso
TAILS_X64=tails-x64
TAILS_X64_URL=https://mirrors.edge.kernel.org/tails/stable/tails-amd64-6.9/tails-amd64-6.9.iso
TAILS_X64_SUM=https://mirrors.edge.kernel.org/tails/stable/tails-amd64-6.9/tails-amd64-6.9.iso.sig
TAILS_X64_SUM_TYPE=pgp
TINYCORE_X64=tinycore-x64
TINYCORE_X64_URL=http://tinycorelinux.net/15.x/x86_64/release/TinyCorePure64-current.iso
TINYCORE_X64_SUM=http://tinycorelinux.net/15.x/x86_64/release/TinyCorePure64-current.iso.md5.txt
TINYCORE_X64_SUM_TYPE=md5
TINYCORE_X86=tinycore-x86
TINYCORE_X86_URL=http://tinycorelinux.net/15.x/x86/release/TinyCore-current.iso
TINYCORE_X86_SUM=http://tinycorelinux.net/15.x/x86/release/TinyCore-current.iso.md5.txt
TINYCORE_X86_SUM_TYPE=md5
UBUNTU_DAILY_X64=ubuntu-daily-x64
UBUNTU_DAILY_X64_URL=https://cdimage.ubuntu.com/daily-live/pending/oracular-desktop-amd64.iso
UBUNTU_DAILY_X64_SUM=https://cdimage.ubuntu.com/daily-live/pending/SHA256SUMS
UBUNTU_DAILY_X64_SUM_TYPE=sha256
UBUNTU_FWTS=ubuntu-fwts
UBUNTU_FWTS_URL=https://fwts.ubuntu.com/fwts-live/fwts-live-24.09.00-x86_64.img.xz
UBUNTU_FWTS_SUM=https://fwts.ubuntu.com/fwts-live/SHA256SUM
UBUNTU_FWTS_SUM_TYPE=sha256
UBUNTU_LTS_X64=ubuntu-lts-x64
UBUNTU_LTS_X64_URL=https://releases.ubuntu.com/24.04/ubuntu-24.04.1-desktop-amd64.iso
UBUNTU_LTS_X64_SUM=https://releases.ubuntu.com/24.04/SHA256SUMS
UBUNTU_LTS_X64_SUM_TYPE=sha256
UBUNTU_STUDIO_DAILY_X64=ubuntu-studio-daily-x64
UBUNTU_STUDIO_DAILY_X64_URL=https://cdimage.ubuntu.com/ubuntustudio/dvd/pending/oracular-dvd-amd64.iso
UBUNTU_STUDIO_DAILY_X64_SUM=https://cdimage.ubuntu.com/ubuntustudio/dvd/pending/SHA256SUMS
UBUNTU_STUDIO_DAILY_X64_SUM_TYPE=sha256
UBUNTU_STUDIO_X64=ubuntu-studio-x64
UBUNTU_STUDIO_X64_URL=https://cdimage.ubuntu.com/ubuntustudio/releases/24.10/release/ubuntustudio-24.10-desktop-amd64.iso
UBUNTU_STUDIO_X64_SUM=https://cdimage.ubuntu.com/ubuntustudio/releases/24.10/release/SHA256SUMS
UBUNTU_STUDIO_X64_SUM_TYPE=sha256
UBUNTU_X64=ubuntu-x64
UBUNTU_X64_URL=https://releases.ubuntu.com/24.10/ubuntu-24.10-desktop-amd64.iso
UBUNTU_X64_SUM=https://releases.ubuntu.com/24.10/SHA256SUMS
UBUNTU_X64_SUM_TYPE=sha256
UBUNTU_LTS_X86=ubuntu-lts-x86
UBUNTU_LTS_X86_URL=https://releases.ubuntu.com/16.04/ubuntu-16.04.6-desktop-i386.iso
UBUNTU_LTS_X86_SUM=https://releases.ubuntu.com/16.04/SHA256SUMS
UBUNTU_LTS_X86_SUM_TYPE=sha256
#custom#
DESINFECT_X64=desinfect-x64
DESINFECT_X64_URL=
DESINFECT_X86=desinfect-x86
DESINFECT_X86_URL=
UBUNTU_NONPAE=ubuntu-nonpae
UBUNTU_NONPAE_URL=
WIN_PE_X86=win-pe-x86
WIN_PE_X86_URL=
WIN_PE_X64=win-pe-x64
WIN_PE_X64_URL=
#broken#
ANDROID_X86=android-x86
ANDROID_X86_URL=https://dotsrc.dl.osdn.net/osdn/android-x86/71931/android-x86_64-9.0-r2.iso
CENTOS_X64=centos-x64
#CENTOS_X64_URL=https://mirrors.edge.kernel.org/centos/7/isos/x86_64/CentOS-7-x86_64-LiveGNOME-2003.iso
#CENTOS_X64_SUM=https://mirrors.edge.kernel.org/centos/7/isos/x86_64/sha256sum.txt
#CENTOS_X64_SUM_TYPE=sha256
########################################################################
# url to zip files,
# that contains disk images
# for raspbarry pi 3 pxe network booting
# note:
# update the url, if disk image is outdated
########################################################################
PI_CORE=pi-core
PI_CORE_URL=http://tinycorelinux.net/14.x/armv7/releases/RPi/piCore-14.0.zip
RPD_BASIC=rpi-raspbian-basic
RPD_BASIC_URL=https://downloads.raspberrypi.org/raspios_armhf_latest
RPD_BASIC_SUM=https://www.raspberrypi.org/downloads/raspberry-pi-os/
RPD_BASIC_SUM_TYPE=sha256
RPD_FULL=rpi-raspbian-full
RPD_FULL_URL=https://downloads.raspberrypi.org/raspios_full_armhf_latest
RPD_FULL_SUM=https://www.raspberrypi.org/downloads/raspberry-pi-os/
RPD_FULL_SUM_TYPE=sha256
RPD_LITE=rpi-raspbian-lite
RPD_LITE_URL=https://downloads.raspberrypi.org/raspios_lite_armhf_latest
RPD_LITE_SUM=https://www.raspberrypi.org/downloads/raspberry-pi-os/
RPD_LITE_SUM_TYPE=sha256
########################################################################