|
@@ -363,14 +363,110 @@ releases:
|
|
|
code_name: "14.1"
|
|
|
tinycore:
|
|
|
name: "Tiny Core Linux"
|
|
|
- mirror: "http://tinycorelinux.net"
|
|
|
+ mirror: "http://distro.ibiblio.org/tinycorelinux"
|
|
|
enabled: true
|
|
|
menu: "linux"
|
|
|
versions:
|
|
|
- - name: "Core [ISO]"
|
|
|
- code_name: "Core"
|
|
|
- - name: "TinyCore [ISO]"
|
|
|
- code_name: "TinyCore"
|
|
|
+ - name: "Core"
|
|
|
+ code_name: "core"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/10.x/x86/release/distribution_files/vmlinuz"
|
|
|
+ initrd: "/10.x/x86/release/distribution_files/core.gz"
|
|
|
+ - name: "CorePure"
|
|
|
+ code_name: "corepure"
|
|
|
+ arch: "x86_64"
|
|
|
+ kernel: "/10.x/x86_64/release/distribution_files/vmlinuz64"
|
|
|
+ initrd: "/10.x/x86_64/release/distribution_files/corepure64.gz"
|
|
|
+ - name: "dCore Bionic"
|
|
|
+ code_name: "dcorebionic"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-bionic/vmlinuz-bionic"
|
|
|
+ initrd: "/dCore/x86/release/dCore-bionic/dCore-bionic.gz"
|
|
|
+ - name: "dCore Bionic Plus"
|
|
|
+ code_name: "dcorebionicplus"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-bionic/vmlinuz-bionic"
|
|
|
+ initrd: "/dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz"
|
|
|
+ - name: "dCore Jessie"
|
|
|
+ code_name: "dcorejessie"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-jessie/vmlinuz-jessie"
|
|
|
+ initrd: "/dCore/x86/release/dCore-jessie/dCore-jessie.gz"
|
|
|
+ - name: "dCore Jessie Plus"
|
|
|
+ code_name: "dcorejessieplus"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-jessie/vmlinuz-jessie"
|
|
|
+ initrd: "/dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz"
|
|
|
+ - name: "dCore Stretch"
|
|
|
+ code_name: "dcorestretch"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-stretch/vmlinuz-stretch"
|
|
|
+ initrd: "/dCore/x86/release/dCore-stretch/dCore-stretch.gz"
|
|
|
+ - name: "dCore Stretch Plus"
|
|
|
+ code_name: "dcorestretchplus"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-stretch/vmlinuz-stretch"
|
|
|
+ initrd: "/dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz"
|
|
|
+ - name: "dCore Trusty"
|
|
|
+ code_name: "dcoretrusty"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-trusty/vmlinuz-trusty"
|
|
|
+ initrd: "/dCore/x86/release/dCore-trusty/dCore-trusty.gz"
|
|
|
+ - name: "dCore Trusty Plus"
|
|
|
+ code_name: "dcoretrustyplus"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-trusty/vmlinuz-trusty"
|
|
|
+ initrd: "/dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz"
|
|
|
+ - name: "dCore Wheezy"
|
|
|
+ code_name: "dcorewheezy"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-wheezy/vmlinuz-wheezy"
|
|
|
+ initrd: "/dCore/x86/release/dCore-wheezy/dCore-wheezy.gz"
|
|
|
+ - name: "dCore Wheezy Plus"
|
|
|
+ code_name: "dcorewheezyplus"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-wheezy/vmlinuz-wheezy"
|
|
|
+ initrd: "/dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz"
|
|
|
+ - name: "dCore Xenial"
|
|
|
+ code_name: "dcorexenial"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-xenial/vmlinuz-xenial"
|
|
|
+ initrd: "/dCore/x86/release/dCore-xenial/dCore-xenial.gz"
|
|
|
+ - name: "dCore Xenial Plus"
|
|
|
+ code_name: "dcorexenialplus"
|
|
|
+ arch: "x86"
|
|
|
+ kernel: "/dCore/x86/release/dCore-xenial/vmlinuz-xenial"
|
|
|
+ initrd: "/dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz"
|
|
|
+ - name: "dCore64 Bionic"
|
|
|
+ code_name: "dcore64bionic"
|
|
|
+ arch: "x86_64"
|
|
|
+ kernel: "/dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64"
|
|
|
+ initrd: "/dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz"
|
|
|
+ - name: "dCore64 Bionic Plus"
|
|
|
+ code_name: "dcore64bionicplus"
|
|
|
+ arch: "x86_64"
|
|
|
+ kernel: "/dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64"
|
|
|
+ initrd: "/dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz"
|
|
|
+ - name: "dCore64 Buster"
|
|
|
+ code_name: "dcore64buster"
|
|
|
+ arch: "x86_64"
|
|
|
+ kernel: "/dCore/x86_64/release/dCore-buster64/vmlinuz-buster64"
|
|
|
+ initrd: "/dCore/x86_64/release/dCore-buster64/dCore-buster64.gz"
|
|
|
+ - name: "dCore64 Buster Plus"
|
|
|
+ code_name: "dcore64busterplus"
|
|
|
+ arch: "x86_64"
|
|
|
+ kernel: "/dCore/x86_64/release/dCore-buster64/vmlinuz-buster64"
|
|
|
+ initrd: "/dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz"
|
|
|
+ - name: "dCore64 Stretch"
|
|
|
+ code_name: "dcore64stretch"
|
|
|
+ arch: "x86_64"
|
|
|
+ kernel: "/dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64"
|
|
|
+ initrd: "/dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz"
|
|
|
+ - name: "dCore Stretch Plus"
|
|
|
+ code_name: "dcore64stretchplus"
|
|
|
+ arch: "x86_64"
|
|
|
+ kernel: "/dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64"
|
|
|
+ initrd: "/dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz"
|
|
|
ubuntu:
|
|
|
name: "Ubuntu"
|
|
|
mirror: "http://archive.ubuntu.com"
|