summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.