123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710 |
- endpoints:
- debian-10-live-kernel:
- path: /debian-core-10/releases/download/10.13.0-960f6051/
- files:
- - initrd
- - vmlinuz
- os: debian
- version: '10'
- debian-10-default-squash:
- path: /debian-squash/releases/download/10.10.0-9728909e/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: core
- kernel: debian-10-live-kernel
- debian-10-xfce-squash:
- path: /debian-squash/releases/download/10.10.0-e94fae4e/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: xfce
- kernel: debian-10-live-kernel
- debian-10-gnome-squash:
- path: /debian-squash/releases/download/10.10.0-13fd68d4/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: gnome
- kernel: debian-10-live-kernel
- debian-10-cinnamon-squash:
- path: /debian-squash/releases/download/10.10.0-77fb8dba/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: cinnamon
- kernel: debian-10-live-kernel
- debian-10-kde-squash:
- path: /debian-squash/releases/download/10.10.0-fc058090/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: kde
- kernel: debian-10-live-kernel
- debian-10-lxde-squash:
- path: /debian-squash/releases/download/10.10.0-ae0d6ef2/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: lxde
- kernel: debian-10-live-kernel
- debian-10-lxqt-squash:
- path: /debian-squash/releases/download/10.10.0-92b8fed6/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: lxqt
- kernel: debian-10-live-kernel
- debian-10-mate-squash:
- path: /debian-squash/releases/download/10.10.0-e397bfb9/
- files:
- - filesystem.squashfs
- os: debian
- version: '10'
- flavor: mate
- kernel: debian-10-live-kernel
- kali-xfce-squash:
- path: /debian-squash/releases/download/2024.3-54fc2a3c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: kali
- version: '2024.3'
- flavor: xfce
- kernel: kali-xfce-squash
- kde-neon-user:
- path: /ubuntu-squash/releases/download/20241105-0605-9b372e2a/
- files:
- - vmlinuz
- - filesystem.squashfs
- - initrd.lz
- os: neon
- version: 20241105-0605
- flavor: user
- kernel: kde-neon-user
- regolith-current:
- path: /ubuntu-squash/releases/download/1.2-e7db33e3/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: regolith
- version: current
- flavor: ubuntu
- kernel: regolith-current
- linux-lite-4-squash:
- path: /ubuntu-squash/releases/download/4.8-feb35fae/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: lite
- version: '4'
- kernel: linux-lite-4-squash
- deepin-15-squash:
- path: /debian-squash/releases/download/15.11-387f0ae3/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: Deepin
- version: '15'
- kernel: deepin-15-squash
- feren-squash:
- path: /ubuntu-squash/releases/download/2023.01-2aadd48c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: feren
- version: '2023.01'
- kernel: feren-squash
- feren-classic-squash:
- path: /ubuntu-squash/releases/download/12-2019-b43afc5c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: feren
- version: classic
- kernel: feren-classic-squash
- breakin:
- path: /asset-mirror/releases/download/4.26.1-f22abf78/
- files:
- - vmlinuz
- - initrd
- os: breakin
- version: 4.26.1
- dban:
- path: /asset-mirror/releases/download/2.3.0-a5b9d879/
- files:
- - DBAN.BZI
- os: dban
- version: 2.3.0
- sparky-stable-mingui:
- path: /debian-squash/releases/download/7.5-6c87e83c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: sparky
- version: stable
- flavor: xfce-min
- kernel: sparky-stable-mingui
- sparky-stable-gui:
- path: /debian-squash/releases/download/7.5-d38c17d0/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: sparky
- version: stable
- flavor: xfce
- kernel: sparky-stable-gui
- sparky-stable-lxqt:
- path: /debian-squash/releases/download/7.5-f9c9e1f1/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: sparky
- version: stable
- flavor: lxqt
- kernel: sparky-stable-lxqt
- sparky-rolling-mingui:
- path: /debian-squash/releases/download/2024.08-db19bb55/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: sparky
- version: rolling
- flavor: xfce-min
- kernel: sparky-rolling-mingui
- sparky-rolling-gui:
- path: /debian-squash/releases/download/2024.08-66a56f08/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: sparky
- version: rolling
- flavor: xfce
- kernel: sparky-rolling-gui
- sparky-rolling-lxqt:
- path: /debian-squash/releases/download/2024.08-2b965fd7/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: sparky
- version: rolling
- flavor: lxqt
- kernel: sparky-rolling-lxqt
- oracle-8:
- path: /asset-mirror/releases/download/6-853a47d3/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: oracle
- version: '8'
- arch: x86_64
- oracle-7:
- path: /asset-mirror/releases/download/u9-41493433/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: oracle
- version: '7'
- arch: x86_64
- kodachi-6:
- path: /ubuntu-squash/releases/download/6.2-2a23039c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: kodachi
- version: '6'
- devuan-ascii:
- path: /debian-squash/releases/download/2.1-c1f637a9/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: devuan
- version: '2'
- flavor: ascii
- grml-full:
- path: /debian-squash/releases/download/2024.02-22d50c75/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: grml
- version: '2024.02'
- flavor: full
- grml-small:
- path: /debian-squash/releases/download/2024.02-9927ba62/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: grml
- version: '2024.02'
- flavor: small
- gparted-stable:
- path: /debian-squash/releases/download/1.6.0-10-cff72999/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: gparted
- version: stable
- rescatux:
- path: /debian-squash/releases/download/0.72-beta8-55ca0efd/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: rescatux
- version: current
- caine:
- path: /ubuntu-squash/releases/download/13.0-68785ee5/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: caine
- version: '13.0'
- bootrepair:
- path: /ubuntu-squash/releases/download/current-e035b00c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: bootrepair
- version: current
- blackarch-installer:
- path: /asset-mirror/releases/download/2023.04.01-d7a6ad88/
- files:
- - initrd
- - vmlinuz
- - airootfs.sfs
- os: blackarch
- version: current
- bluestar:
- path: /asset-mirror/releases/download/6.7.8-2024.03.04-d4e083fc/
- files:
- - initrd
- - vmlinuz
- - airootfs.sfs
- os: bluestar
- version: current
- zeninstall:
- path: /asset-mirror/releases/download/2020.05.27-a5eae279/
- files:
- - initrd
- - vmlinuz
- - airootfs.sfs
- os: zeninstall
- version: current
- lxle:
- path: /ubuntu-squash/releases/download/18.04.3-83291c4b/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: lxle
- version: current
- kaspersky-rescue:
- path: /asset-mirror/releases/download/18-7f6056db/
- files:
- - initrd.xz
- - initrd
- - vmlinuz
- - kernel.dat
- - 000-core.srm
- - 001-xorg.srm
- - 002-xfce.srm
- - 003-kl.srm
- - 004-krt.srm
- - 005-bases.srm
- - 008-firefox.srm
- os: kaspersky
- version: '18'
- septor:
- path: /debian-squash/releases/download/2022-4bfba007/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: septor
- version: current
- manjaro-xfce-current:
- path: /manjaro-squash/releases/download/24.0-minimal-240513-linux69-dce63f04/
- files:
- - livefs.sfs
- - rootfs.sfs
- - mhwdfs.sfs
- - desktopfs.sfs
- - initrd
- - vmlinuz
- os: manjaro
- version: current
- flavor: xfce
- kernel: manjaro-xfce-current
- manjaro-gnome-current:
- path: /manjaro-squash/releases/download/24.0-minimal-240513-linux69-c0b5ee57/
- files:
- - livefs.sfs
- - rootfs.sfs
- - mhwdfs.sfs
- - desktopfs.sfs
- - initrd
- - vmlinuz
- os: manjaro
- version: current
- flavor: gnome
- kernel: manjaro-gnome-current
- manjaro-kde-current:
- path: /manjaro-squash/releases/download/24.0-minimal-240513-linux69-cc131ed3/
- files:
- - livefs.sfs
- - rootfs.sfs
- - mhwdfs.sfs
- - desktopfs.sfs
- - initrd
- - vmlinuz
- os: manjaro
- version: current
- flavor: kde
- kernel: manjaro-kde-current
- fatdog:
- path: /asset-mirror/releases/download/903-ddcb82ff/
- files:
- - vmlinuz
- - initrd
- os: fatdog
- version: current
- raizo:
- path: /debian-squash/releases/download/v15.24.10.01i-cdb1c06f/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: raizo
- version: current
- 4mlinux:
- path: /asset-mirror/releases/download/46.1-c292230f/
- files:
- - initrd
- - vmlinuz
- os: 4mlinux
- version: current
- flavor: full
- 4mlinux-thesss:
- path: /asset-mirror/releases/download/46.0-4aab1393/
- files:
- - initrd
- - vmlinuz
- os: 4mlinux
- version: current
- flavor: TheSSS
- 4mlinux-bakandimg:
- path: /asset-mirror/releases/download/47.0-d0598ee4/
- files:
- - initrd
- - vmlinuz
- os: 4mlinux
- version: current
- flavor: BakAndImg
- 4mlinux-antivirus:
- path: /asset-mirror/releases/download/47.0-1.4.1-43b0f75b/
- files:
- - initrd
- - vmlinuz
- os: 4mlinux
- version: current
- flavor: AntivirusLiveCD
- ubuntu-20.04-default-squash:
- path: /ubuntu-squash/releases/download/20.04.6-c92baa25/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '20.04'
- flavor: GNOME
- kernel: ubuntu-20.04-default-squash
- ubuntu-20.04-KDE-squash:
- path: /ubuntu-squash/releases/download/20.04.6-c08faa24/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '20.04'
- flavor: KDE
- kernel: ubuntu-20.04-KDE-squash
- ubuntu-20.04-XFCE-squash:
- path: /ubuntu-squash/releases/download/20.04.6-ad603665/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '20.04'
- flavor: XFCE
- kernel: ubuntu-20.04-XFCE-squash
- ubuntu-20.04-Budgie-squash:
- path: /ubuntu-squash/releases/download/20.04.6-a64212f3/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '20.04'
- flavor: Budgie
- kernel: ubuntu-20.04-Budgie-squash
- ubuntu-20.04-MATE-squash:
- path: /ubuntu-squash/releases/download/20.04.6-8e277cc9/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '20.04'
- flavor: MATE
- kernel: ubuntu-20.04-MATE-squash
- ubuntu-20.04-kylin-squash:
- path: /ubuntu-squash/releases/download/20.04.6-08c13e9b/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '20.04'
- flavor: kylin
- kernel: ubuntu-20.04-kylin-squash
- voyager-focal-squash:
- path: /ubuntu-squash/releases/download/focal-594b12a7/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: Voyager
- version: focal
- flavor: focal
- kernel: voyager-focal-squash
- pop-20.04-default-squash:
- path: /ubuntu-squash/releases/download/5-66b7e861/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: pop
- version: '20.04'
- flavor: intel-amd
- kernel: pop-20.04-default-squash
- pop-20.04-nvidia-squash:
- path: /ubuntu-squash/releases/download/5-6efd1d75/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: pop
- version: '20.04'
- flavor: nvidia
- kernel: pop-20.04-nvidia-squash
- nixos-20.03:
- path: /asset-mirror/releases/download/124244129-bd20f138/
- files:
- - bzImage
- - initrd
- - netboot.ipxe
- os: nixos
- version: '20.03'
- kodachi-7:
- path: /ubuntu-squash/releases/download/7.6-5b1ead62/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: kodachi
- version: '7'
- linux-lite-5-squash:
- path: /ubuntu-squash/releases/download/5.8-75cb937c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: lite
- version: 5.8
- kernel: linux-lite-5-squash
- vyos-rolling:
- path: /debian-squash/releases/download/1.5-rolling-202408160021-0956eeaa/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: vyos
- version: rolling
- flavor: rolling
- kernel: vyos-rolling
- pureos-gnome:
- path: /ubuntu-squash/releases/download/2020-08-06-83257efc/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: pureos
- version: current
- flavor: gnome
- kernel: pureos-gnome
- rescuezilla:
- path: /asset-mirror/releases/download/2.5.1-2ace42ce/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: rescuezilla
- version: 2.5.1
- deepin-20-squash:
- path: /debian-squash/releases/download/20.9-e3a3a399/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: Deepin
- version: '20.9'
- kernel: deepin-20-squash
- nitrux-release:
- path: /ubuntu-squash/releases/download/2022.02.28-e364d0a5/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: nitrux
- version: 2022.02.28
- endeavouros:
- path: /asset-mirror/releases/download/Galileo-11-2023-e0c48f1f/
- files:
- - airootfs.sfs
- - initrd
- - vmlinuz
- os: endeavouros
- version: Galileo-11-2023
- kodachi-8:
- path: /ubuntu-squash/releases/download/8.2-625e11fa/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: kodachi
- version: '8'
- redorescue:
- path: /asset-mirror/releases/download/4.0.0-838b6fef/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: redorescue
- version: 4.0.0
- mint-lmde-cinnamon-squash:
- path: /debian-squash/releases/download/6-1834227b/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: mint
- version: '6'
- flavor: Cinnamon
- kernel: mint-lmde-cinnamon-squash
- mint-20-mate-squash:
- path: /ubuntu-squash/releases/download/20.3-de3a088b/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '20.3'
- flavor: mate
- kernel: mint-20-mate-squash
- mint-20-xfce-squash:
- path: /ubuntu-squash/releases/download/20.3-7abfea92/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '20.3'
- flavor: xfce
- kernel: mint-20-xfce-squash
- mint-20-cinnamon-squash:
- path: /ubuntu-squash/releases/download/20.3-85db6b9f/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '20.3'
- flavor: Cinnamon
- kernel: mint-20-cinnamon-squash
- elementaryos-6-default-squash:
- path: /ubuntu-squash/releases/download/6-3e90a5ea/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: elementary-os
- version: '6'
- kernel: elementaryos-6-default-squash
- debian-11-cinnamon-squash:
- path: /debian-squash/releases/download/11.7.0-66ae1880/
- files:
- - filesystem.squashfs
- os: debian
- version: '11'
- flavor: cinnamon
- kernel: debian-11-live-kernel
- debian-11-live-kernel:
- path: /debian-core-11/releases/download/11.7.0-95ff084b/
- files:
- - initrd
- - vmlinuz
- os: debian
- version: '11'
- debian-11-gnome-squash:
- path: /debian-squash/releases/download/11.7.0-7351138e/
- files:
- - filesystem.squashfs
- os: debian
- version: '11'
- flavor: gnome
- kernel: debian-11-live-kernel
- debian-11-default-squash:
- path: /debian-squash/releases/download/11.7.0-bc2052f1/
- files:
- - filesystem.squashfs
- os: debian
- version: '11'
- flavor: core
- kernel: debian-11-live-kernel
- debian-11-kde-squash:
- path: /debian-squash/releases/download/12.0.0-8ba8243d/
- files:
- - filesystem.squashfs
- os: debian
- version: '11'
- flavor: kde
- kernel: debian-11-live-kernel
- debian-11-xfce-squash:
- path: /debian-squash/releases/download/11.7.0-e20e794c/
- files:
- - filesystem.squashfs
- os: debian
- version: '11'
- flavor: xfce
- kernel: debian-11-live-kernel
- debian-11-mate-squash:
- path: /debian-squash/releases/download/11.7.0-45b9e409/
- files:
- - filesystem.squashfs
- os: debian
- version: '11'
- flavor: mate
- kernel: debian-11-live-kernel
- debian-11-lxde-squash:
- path: /debian-squash/releases/download/12.0.0-60fbf655/
- files:
- - filesystem.squashfs
- os: debian
- version: 12.0.0
- flavor: lxde
- kernel: debian-12-live-kernel
- debian-11-lxqt-squash:
- path: /debian-squash/releases/download/11.7.0-27dada40/
- files:
- - filesystem.squashfs
- os: debian
- version: '11'
- flavor: lxqt
- kernel: debian-11-live-kernel
- voyager-bullseye-squash:
- path: /debian-squash/releases/download/bullseye-f449bf64/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: Voyager
- version: bullseye
- flavor: bullseye
- kernel: voyager-bullseye-squash
- memtest86:
- path: /asset-mirror/releases/download/11.1-2ae1d21b/
- files:
- - memtest86-usb.img
- os: memtest86-free
- version: '11.1'
- gentoo-x86:
- path: /asset-mirror/releases/download/20240930T162137Z-5b773f72/
- files:
- - image.squashfs
- - initrd
- - vmlinuz
- os: gentoo
- version: 20240930T162137Z
- arch: x86
- gentoo-arm64:
- path: /asset-mirror/releases/download/20241006T230323Z-d5972d15/
- files:
- - image.squashfs
- - initrd
- - vmlinuz
- os: gentoo
- version: 20241006T230323Z
- arch: arm64
- gentoo-amd64:
- path: /asset-mirror/releases/download/20240929T163611Z-63d6ec39/
- files:
- - image.squashfs
- - initrd
- - vmlinuz
- os: gentoo
- version: 20240929T163611Z
- arch: amd64
- tails:
- path: /asset-mirror/releases/download/6.9-911e1aab/
- files:
- - vmlinuz
- - initrd.img
- - 9990-misc-helpers.sh
- - tails-amd64.iso
- os: tails
- version: '6.9'
- arch: amd64
- hrmpf:
- path: /asset-mirror/releases/download/20231124-1008bb6d/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: hrmpf
- version: '20231124'
- ubuntu-netboot-20.04-arm64:
- path: /ubuntu-squash/releases/download/20.04.5-3362c70d/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: 20.04.5
- codename: focal
- flavor: netboot
- kernel: ubuntu-netboot-20.04-arm64
- arch: arm64
- ubuntu-netboot-20.04-amd64:
- path: /ubuntu-squash/releases/download/20.04.6-6cac7910/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: 20.04.6
- codename: focal
- flavor: netboot
- kernel: ubuntu-netboot-20.04-amd64
- arch: amd64
- systemrescue-i686:
- path: /asset-mirror/releases/download/9.03-0f19cc5c/
- files:
- - airootfs.sfs
- - initrd
- - vmlinuz
- os: systemrescue
- version: 9.03
- arch: i686
- systemrescue-amd64:
- path: /asset-mirror/releases/download/11.01-dd0f3246/
- files:
- - airootfs.sfs
- - initrd
- - vmlinuz
- os: systemrescue
- version: 11.01
- arch: amd64
- shredos-i686:
- path: /asset-mirror/releases/download/0.34_32-bit_20221231-3adcc4d0/
- files:
- - shredos
- os: shredos
- version: 0.34_32-bit_20221231
- arch: i686
- shredos-x86_64:
- path: /asset-mirror/releases/download/2024.02.2_26.0_x86-64_0.37-bd59ed1f/
- files:
- - shredos
- os: shredos
- version: 2024.02.2_26.0_x86-64_0.37
- arch: x86_64
- archlinux-32:
- path: /asset-mirror/releases/download/2023.03.02-f7a7f796/
- files:
- - airootfs.sfs
- - initramfs-linux.img
- - vmlinuz-linux
- os: archlinux
- version: 2023.03.02
- arch: i686
- clonezilla-debian-stable-i686:
- path: /debian-squash/releases/download/3.2.0-5-ef1ff756/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: clonezilla
- version: 3.2.0-5
- flavor: stable
- kernel: clonezilla-debian-stable-i686
- arch: i686
- clonezilla-debian-stable-amd64:
- path: /debian-squash/releases/download/3.2.0-5-5641363c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: clonezilla
- version: 3.2.0-5
- flavor: stable
- kernel: clonezilla-debian-stable-amd64
- arch: amd64
- clonezilla-ubuntu-stable-amd64:
- path: /ubuntu-squash/releases/download/20241010-oracular-48403403/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: clonezilla
- version: 20241010-oracular
- flavor: stable
- kernel: clonezilla-ubuntu-stable-amd64
- arch: amd64
- clonezilla-debian-testing-amd64:
- path: /debian-squash/releases/download/3.2.0-10-9e73bfe5/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: clonezilla
- version: 3.2.0-10
- flavor: testing
- kernel: clonezilla-debian-testing-amd64
- arch: amd64
- clonezilla-debian-testing-i686:
- path: /debian-squash/releases/download/3.2.0-3-d1702a7a/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: clonezilla
- version: 3.2.0-3
- flavor: testing
- kernel: clonezilla-debian-testing-i686
- arch: i686
- clonezilla-ubuntu-testing-amd64:
- path: /ubuntu-squash/releases/download/20241026-oracular-c67d897c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: clonezilla
- version: 20241026-oracular
- flavor: testing
- kernel: clonezilla-ubuntu-testing-amd64
- arch: amd64
- garuda-dr460nized-gaming:
- path: /asset-mirror/releases/download/240428-a96201bb/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: dr460nized-gaming
- version: 240428
- garuda-dr460nized:
- path: /asset-mirror/releases/download/240428-f610be58/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: dr460nized
- version: 240428
- garuda-xfce:
- path: /asset-mirror/releases/download/240428-c866e6bf/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: xfce
- version: 240428
- garuda-gnome:
- path: /asset-mirror/releases/download/240428-c80a21be/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: gnome
- version: 240428
- garuda-lxqt-kwin:
- path: /asset-mirror/releases/download/230501-f13b4b24/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: lxqt-kwin
- version: 230501
- garuda-wayfire:
- path: /asset-mirror/releases/download/230501-61b681d1/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: wayfire
- version: 230501
- garuda-qtile:
- path: /asset-mirror/releases/download/231029-9dfb930b/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: qtile
- version: 231029
- garuda-i3wm:
- path: /asset-mirror/releases/download/240428-d48b8f05/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: i3wm
- version: 240428
- garuda-sway:
- path: /asset-mirror/releases/download/240428-8d451890/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: sway
- version: 240428
- garuda-mate:
- path: /asset-mirror/releases/download/230501-3af08aa6/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: mate
- version: 230501
- garuda-kde-barebones:
- path: /asset-mirror/releases/download/220329-198784ed/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: kde-barebones
- version: 220329
- proxmox-backup-server:
- path: /asset-mirror/releases/download/3.2-1-f308cf4b/
- files:
- - initrd
- - vmlinuz
- - proxmox.iso
- os: proxmox-backup-server
- version: 3.2-1
- proxmox-ve:
- path: /asset-mirror/releases/download/8.2-2-613c19ff/
- files:
- - initrd
- - proxmox.iso
- - vmlinuz
- os: proxmox-ve
- version: 8.2-2
- proxmox-mailgateway:
- path: /asset-mirror/releases/download/8.1-1-8374c64d/
- files:
- - initrd
- - vmlinuz
- - proxmox.iso
- os: proxmox-mailgateway
- version: 8.1-1
- tails-beta:
- path: /asset-mirror/releases/download/5.0b1-ebdb1fb3/
- files:
- - vmlinuz
- - initrd.img
- - 9990-misc-helpers.sh
- os: tails-beta
- version: 5.0b1
- arch: amd64
- ubuntu-netboot-22.04-amd64:
- path: /ubuntu-squash/releases/download/22.04.5-295657f3/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: 22.04.5
- codename: jammy
- flavor: netboot
- kernel: ubuntu-netboot-22.04-amd64
- arch: amd64
- ubuntu-netboot-22.04-arm64:
- path: /ubuntu-squash/releases/download/22.04.5-32a0e326/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: 22.04.5
- codename: jammy
- flavor: netboot
- kernel: ubuntu-netboot-22.04-arm64
- arch: arm64
- ubuntu-22.04-default-squash:
- path: /ubuntu-squash/releases/download/22.04.5-b0159fca/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '22.04'
- flavor: GNOME
- kernel: ubuntu-22.04-default-squash
- ubuntu-22.04-XFCE-squash:
- path: /ubuntu-squash/releases/download/22.04.5-1a95043e/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '22.04'
- flavor: XFCE
- kernel: ubuntu-22.04-XFCE-squash
- ubuntu-22.04-MATE-squash:
- path: /ubuntu-squash/releases/download/22.04.5-e4bfedfe/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '22.04'
- flavor: MATE
- kernel: ubuntu-22.04-MATE-squash
- ubuntu-22.04-Budgie-squash:
- path: /ubuntu-squash/releases/download/22.04.5-7f1ad0e4/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '22.04'
- flavor: Budgie
- kernel: ubuntu-22.04-Budgie-squash
- ubuntu-22.04-KDE-squash:
- path: /ubuntu-squash/releases/download/22.04.5-36909c4f/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '22.04'
- flavor: KDE
- kernel: ubuntu-22.04-KDE-squash
- ubuntu-22.04-kylin-squash:
- path: /ubuntu-squash/releases/download/22.04.5-14797330/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '22.04'
- flavor: kylin
- kernel: ubuntu-22.04-kylin-squash
- voyager-jammy-squash:
- path: /ubuntu-squash/releases/download/jammy-d0714f36/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: Voyager
- version: jammy
- flavor: jammy
- kernel: voyager-jammy-squash
- pop-22.04-default-squash:
- path: /ubuntu-squash/releases/download/21-3c299ef8/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: pop
- version: '22.04'
- flavor: intel-amd
- kernel: pop-22.04-default-squash
- vmware-photon-x86_64:
- path: /asset-mirror/releases/download/4.0-453a4a7b/
- files:
- - initrd.img
- - vmlinuz
- os: vmware-photon
- version: '4.0'
- arch: x86_64
- vmware-photon-aarch64:
- path: /asset-mirror/releases/download/4.0-4e0c6bec/
- files:
- - initrd.img
- - vmlinuz
- os: vmware-photon
- version: '4.0'
- arch: aarch64
- harvester:
- path: /asset-mirror/releases/download/v1.3.2-c82c6d22/
- files:
- - harvester-vmlinuz-amd64
- - harvester-initrd-amd64
- - harvester-rootfs-amd64.squashfs
- - harvester-amd64.sha512
- - version.yaml
- os: harvester
- version: v1.3.2
- linux-lite-6-squash:
- path: /ubuntu-squash/releases/download/6.4-2550834c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: lite
- version: 6.4
- kernel: linux-lite-6-squash
- mint-21-cinnamon-squash:
- path: /ubuntu-squash/releases/download/21-1ff19e78/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '21'
- flavor: Cinnamon
- kernel: mint-21-cinnamon-squash
- mint-21-mate-squash:
- path: /ubuntu-squash/releases/download/21-b57bf769/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '21'
- flavor: mate
- kernel: mint-21-mate-squash
- mint-21-xfce-squash:
- path: /ubuntu-squash/releases/download/21-41ed8540/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '21'
- flavor: xfce
- kernel: mint-21-xfce-squash
- oracle-9-x86_64:
- path: /asset-mirror/releases/download/U4-5d86c3df/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: oracle
- version: '9'
- arch: x86_64
- oracle-9-aarch64:
- path: /asset-mirror/releases/download/U4-f2411221/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: oracle
- version: '9'
- arch: aarch64
- parrot-home:
- path: /debian-squash/releases/download/6.2-897b335c/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: parrot
- version: '6.2'
- flavor: home
- parrot-security:
- path: /debian-squash/releases/download/6.2-6288c350/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: parrot
- version: '6.2'
- flavor: security
- xcp-ng:
- path: /asset-mirror/releases/download/8.2-55521b28/
- files:
- - xen.gz
- - vmlinuz
- - install.img
- os: xcp-ng
- version: '8.2'
- garuda-cinnamon:
- path: /asset-mirror/releases/download/240428-0b360492/
- files:
- - amd_ucode.img
- - desktopfs.sfs
- - intel_ucode.img
- - livefs.sfs
- - initramfs.img
- - mhwdfs.sfs
- - rootfs.sfs
- - vmlinuz
- os: garuda
- flavor: cinnamon
- version: 240428
- elementaryos-7-default-squash:
- path: /ubuntu-squash/releases/download/7-3e6e05f6/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: elementary-os
- version: '7'
- kernel: elementaryos-7-default-squash
- ubuntu-20.04-LXQT-squash:
- path: /ubuntu-squash/releases/download/20.04.5-95f04bf8/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '20.04'
- flavor: LXQT
- kernel: ubuntu-20.04-LXQT-squash
- debian-12-live-kernel:
- path: /debian-core-12/releases/download/12.7.0-e814dabe/
- files:
- - initrd
- - vmlinuz
- os: debian
- version: '12'
- debian-12-default-squash:
- path: /debian-squash/releases/download/12.7.0-b545a82c/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: core
- kernel: debian-12-live-kernel
- debian-12-gnome-squash:
- path: /debian-squash/releases/download/12.7.0-d2c07a8a/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: gnome
- kernel: debian-12-live-kernel
- debian-12-cinnamon-squash:
- path: /debian-squash/releases/download/12.7.0-c84a8c03/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: cinnamon
- kernel: debian-12-live-kernel
- debian-12-lxqt-squash:
- path: /debian-squash/releases/download/12.7.0-43f2cd09/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: lxqt
- kernel: debian-12-live-kernel
- debian-12-mate-squash:
- path: /debian-squash/releases/download/12.7.0-1a8949e5/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: mate
- kernel: debian-12-live-kernel
- debian-12-lxde-squash:
- path: /debian-squash/releases/download/12.7.0-b3449bd8/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: lxde
- kernel: debian-12-live-kernel
- debian-12-xfce-squash:
- path: /debian-squash/releases/download/12.7.0-40a848cc/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: xfce
- kernel: debian-12-live-kernel
- debian-12-kde-squash:
- path: /debian-squash/releases/download/12.7.0-90c96885/
- files:
- - filesystem.squashfs
- os: debian
- version: '12'
- flavor: kde
- kernel: debian-12-live-kernel
- fedora-39-gnome:
- path: /fedora-assets/releases/download/1.5-0ccbf396/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: GNOME
- fedora-39-Cinnamon:
- path: /fedora-assets/releases/download/1.5-07a94bbb/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: Cinnamon
- fedora-39-KDE:
- path: /fedora-assets/releases/download/1.5-a9bc94b4/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: KDE
- fedora-39-LXDE:
- path: /fedora-assets/releases/download/1.5-e3694b17/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: LXDE
- fedora-39-LXQt:
- path: /fedora-assets/releases/download/1.5-8da34938/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: LXQt
- fedora-39-MATE_Compiz:
- path: /fedora-assets/releases/download/1.5-6fcbc121/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: MATE_Compiz
- fedora-39-Xfce:
- path: /fedora-assets/releases/download/1.5-c03946cc/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: Xfce
- fedora-39-i3:
- path: /fedora-assets/releases/download/1.5-db983595/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: i3
- fedora-39-SoaS:
- path: /fedora-assets/releases/download/1.5-73bb8f8d/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 39
- flavor: SoaS
- ubuntu-22.04-LXQT-squash:
- path: /ubuntu-squash/releases/download/22.04.5-e60a4189/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '22.04'
- flavor: LXQT
- kernel: ubuntu-22.04-LXQT-squash
- backbox-default-squash:
- path: /ubuntu-squash/releases/download/8.1-c2287989/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: BackBox
- version: '8.1'
- flavor: desktop
- kernel: backbox-default-squash
- bodhi-standard:
- path: /ubuntu-squash/releases/download/7.0.0-a4394ab0/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: bodhi
- version: 7.0.0
- flavor: standard
- bodhi-apppack:
- path: /ubuntu-squash/releases/download/7.0.0-c167c30e/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: bodhi
- version: 7.0.0
- flavor: apppack
- mfsbsd-14:
- path: /asset-mirror/releases/download/14.1-a5094acd/
- files:
- - default.img
- - special-edition.img
- os: freebsd
- version: '14'
- zorin-core-squash:
- path: /ubuntu-squash/releases/download/17.2-a87e018b/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: zorin
- version: '17.2'
- flavor: Core
- kernel: zorin-core-squash
- q4os-plasma-squash:
- path: /debian-squash/releases/download/5.6-3af797cd/
- files:
- - filesystem.squashfs
- os: Q4OS
- version: '5.6'
- flavor: plasma
- kernel: q4os-default-squash
- q4os-default-squash:
- path: /debian-squash/releases/download/5.6-d1a34866/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: Q4OS
- version: '5.6'
- flavor: trinity
- kernel: q4os-default-squash
- memtest86plus:
- path: /asset-mirror/releases/download/7.00-014832f7/
- files:
- - memtest32.bin
- - memtest32.efi
- - memtest64.bin
- - memtest64.efi
- os: memtest86-plus
- version: '7.00'
- ubuntu-netboot-24.04-arm64:
- path: /ubuntu-squash/releases/download/24.04.1-7b71a472/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: 24.04.1
- codename: noble
- flavor: netboot
- kernel: ubuntu-netboot-24.04-arm64
- arch: arm64
- ubuntu-netboot-24.04-amd64:
- path: /ubuntu-squash/releases/download/24.04.1-dac09526/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: 24.04.1
- codename: noble
- flavor: netboot
- kernel: ubuntu-netboot-24.04-amd64
- arch: amd64
- fedora-40-gnome:
- path: /fedora-assets/releases/download/1.14-aefc8f89/
- files:
- - vmlinuz
- - initrd
- - squashfs.img
- os: fedora
- version: 40
- flavor: GNOME
- ubuntu-24.04-default-squash:
- path: /ubuntu-squash/releases/download/24.04.1-03d79d20/
- files:
- - filesystem.squashfs
- - initrd
- - vmlinuz
- os: ubuntu
- version: '24.04'
- flavor: GNOME
- kernel: ubuntu-24.04-default-squash
- vanilla-os:
- path: /asset-mirror/releases/download/20240728-32e3ebb7/
- files:
- - initrd
- - filesystem.squashfs
- - vmlinuz
- os: vanilla-os
- version: 2-20240728
- zfsbootmenu:
- path: /asset-mirror/releases/download/2.3.0-43c730d4/
- files:
- - zfsbootmenu-recovery-x86_64.efi
- os: zfsbootmenu
- version: 2.3.0
- supergrubdisk:
- path: /asset-mirror/releases/download/2.06s4-b7b838c6/
- files:
- - supergrub2-classic-x86_64.efi
- os: supergrubdisk
- version: 2.06s4
- mint-22-xfce-squash:
- path: /ubuntu-squash/releases/download/22-42f238bf/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '22'
- flavor: xfce
- kernel: mint-22-xfce-squash
- mint-22-cinnamon-squash:
- path: /ubuntu-squash/releases/download/22-1431f755/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '22'
- flavor: Cinnamon
- kernel: mint-22-cinnamon-squash
- mint-22-mate-squash:
- path: /ubuntu-squash/releases/download/22-979f0303/
- files:
- - initrd
- - vmlinuz
- - filesystem.squashfs
- os: mint
- version: '22'
- flavor: mate
- kernel: mint-22-mate-squash
- ubuntu-netboot-24.10-amd64:
- path: /ubuntu-squash/releases/download/24.10-fcf8807c/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: '24.10'
- codename: oracular
- flavor: netboot
- kernel: ubuntu-netboot-24.10-amd64
- arch: amd64
- ubuntu-netboot-24.10-arm64:
- path: /ubuntu-squash/releases/download/24.10-f22a7742/
- files:
- - initrd
- - vmlinuz
- os: ubuntu
- version: '24.10'
- codename: oracular
- flavor: netboot
- kernel: ubuntu-netboot-24.10-arm64
- arch: arm64
|