diff options
author | Iru Cai <mytbk920423@gmail.com> | 2017-08-11 16:32:27 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2017-08-11 16:32:27 +0800 |
commit | 66144529a5d6d285211cf00110bffc211ac74c33 (patch) | |
tree | b65ed83ef09dc4749078c23687c0b0ef8f68f469 /distro/fedora/26 | |
parent | 6682f37a47f83199ca67dd75e3f5f577da056ddf (diff) | |
download | liveusb-builder-66144529a5d6d285211cf00110bffc211ac74c33.tar.xz |
distro: add Fedora 26
Diffstat (limited to 'distro/fedora/26')
-rw-r--r-- | distro/fedora/26/entry | 2 | ||||
-rw-r--r-- | distro/fedora/26/install.sh | 2 | ||||
-rw-r--r-- | distro/fedora/26/isoinfo | 8 |
3 files changed, 12 insertions, 0 deletions
diff --git a/distro/fedora/26/entry b/distro/fedora/26/entry new file mode 100644 index 0000000..5892aeb --- /dev/null +++ b/distro/fedora/26/entry @@ -0,0 +1,2 @@ +version=26 +source distro/fedora/entry.common diff --git a/distro/fedora/26/install.sh b/distro/fedora/26/install.sh new file mode 100644 index 0000000..38bf66f --- /dev/null +++ b/distro/fedora/26/install.sh @@ -0,0 +1,2 @@ +version=26 +source distro/fedora/install.sh diff --git a/distro/fedora/26/isoinfo b/distro/fedora/26/isoinfo new file mode 100644 index 0000000..6752b68 --- /dev/null +++ b/distro/fedora/26/isoinfo @@ -0,0 +1,8 @@ +ISONAME="$DISTRONAME 26 Workstation" +ISOURL=releases/26/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-26-1.5.iso +SHA256=6520f7a4daef76e68b73d41ae7cfbc743fc46b68317a4d207eb7ee39bcd43a7f + +mirrorlist=( +https://mirrors.tuna.tsinghua.edu.cn/fedora +http://mirrors.ustc.edu.cn/fedora/linux +) |