diff options
author | Iru Cai <mytbk920423@gmail.com> | 2016-09-14 07:50:50 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2016-09-14 08:41:36 +0800 |
commit | 33e03ad19f8a1eb7c9c06612fc66dc2c5f11520a (patch) | |
tree | c2366f956a79f6c6da5f84da8de9728a90f8edfc /distro/debian/isoinfo.common | |
parent | 505b5566930cd679242bf888590ec0bda2fb326d (diff) | |
download | liveusb-builder-33e03ad19f8a1eb7c9c06612fc66dc2c5f11520a.tar.xz |
distro: add support for Debian
based on Kali (and works)
Diffstat (limited to 'distro/debian/isoinfo.common')
-rw-r--r-- | distro/debian/isoinfo.common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distro/debian/isoinfo.common b/distro/debian/isoinfo.common new file mode 100644 index 0000000..d173914 --- /dev/null +++ b/distro/debian/isoinfo.common @@ -0,0 +1,6 @@ +_isover=8.5.0 + +mirrorlist=( +https://mirrors.tuna.tsinghua.edu.cn/debian-cd +http://mirrors.ustc.edu.cn/debian-cd +) |