From 0ec2423fdd5c26eab119597eb536a49c7950e28a Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 8 Aug 2016 22:47:29 +0800 Subject: Update support-a-new-distro.md --- support-a-new-distro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'support-a-new-distro.md') 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. -- cgit v1.2.3