summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-08-08 22:47:29 +0800
committerIru Cai <mytbk920423@gmail.com>2016-08-08 22:47:29 +0800
commit0ec2423fdd5c26eab119597eb536a49c7950e28a (patch)
tree6053cd955f2fc631be1e9a14e82992036f1b58d8
parentd013cee49d7bfb4c23d1bf98be88b876f1484848 (diff)
downloadliveusb-builder-0ec2423fdd5c26eab119597eb536a49c7950e28a.tar.xz
Update support-a-new-distro.md
-rw-r--r--support-a-new-distro.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/support-a-new-distro.md b/support-a-new-distro.md
index 13655d3..2af9128 100644
--- a/support-a-new-distro.md
+++ b/support-a-new-distro.md
@@ -11,9 +11,9 @@
You can refer to [Arch Linux](distro/arch/). What you need is:
-- ``grub.cfg``: write the menuentry for your distro
- ``install.sh``: a script file describing how to install the LiveCD to USB
-- ``mirrorlist``: where to download the iso file
+- ``isoinfo``: all info about the iso file, including where to download it, the hash checksum, and a mirror list
+- ``entry*`` files: an example is [Arch Linux x86\_64](distro/arch/entry1), for more detail, look into [mkgrubcfg.sh](mkgrubcfg.sh)
-In ``install.sh``, ``ISOURL`` is the relative path to a mirror that shows the URL of the Live ISO file. You can use ``SHA256``,``SHA1`` or ``MD5`` for iso file checksum. ``install_live`` is the bash function that handles the install of the Live ISO to the USB stick.
+In ``isoinfo``, ``ISOURL`` is the relative path to a mirror that shows the URL of the Live ISO file. You can use ``SHA256``,``SHA1`` or ``MD5`` for iso file checksum. ``install_live`` in ``install.sh`` is the bash function that handles the install of the Live ISO to the USB stick.