diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-07-08 23:03:57 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-07-08 23:03:57 +0000 |
commit | d9d8c486ae8a62f143a74ad77bb6a7ce165de9f8 (patch) | |
tree | 8577932a81119605780a193b1e1b344809180438 | |
parent | b9aecfcb132f6288823a348d304b69b30b23a3b5 (diff) | |
parent | 393b3953a7a1f30868b0c5c1bf55403b25723581 (diff) | |
download | image-d9d8c486ae8a62f143a74ad77bb6a7ce165de9f8.tar.gz image-d9d8c486ae8a62f143a74ad77bb6a7ce165de9f8.tar.bz2 image-d9d8c486ae8a62f143a74ad77bb6a7ce165de9f8.tar.xz image-d9d8c486ae8a62f143a74ad77bb6a7ce165de9f8.zip |
Merge branch 'readme-update' into 'master'
Update README.rst
* Fix BTS link at the end
* Change `build-cd` to `adelie-build-cd`
* Remove a Gentooism
Things to consider:
* Do you still use cdrtools? I could only find cdrkit in the repositories (it did work in my limited use though).
* Does the copyright need updating?
See merge request !2
-rw-r--r-- | README.rst | 27 |
1 files changed, 13 insertions, 14 deletions
@@ -8,7 +8,7 @@ :Status: Production :Copyright: - © 2016 Adélie Linux Team. NCSA open source licence. + © 2018 Adélie Linux Team. NCSA open source licence. @@ -21,7 +21,7 @@ Release Engineering team to create the official Adélie Linux ISO images. License ``````` The tools contained in this repository are licensed under the NCSA open source -license. The bzImage files are created from the ``sys-kernel/easy-kernel`` +license. The bzImage files are created from the ``system/easy-kernel`` package (the ``/boot/vmlinuz`` file created for each architecture is copied unchanged to ``bzImage-${ARCH}``), and as such are licensed under the kernel's GPL2 license. @@ -41,27 +41,26 @@ Usage This section contains usage information for the software in this repository. -``build-cd`` -```````````` +``adelie-build-cd`` +``````````````````` -This script is where the magic happens. ``build-cd`` will create the ISO for +This script is where the magic happens. ``adelie-build-cd`` will create the ISO for the architecture specified (defaulting to the currently running system architecture if not specified). -``build-cd`` requires the following utilities to be installed on your computer: +``adelie-build-cd`` requires the following utilities to be installed on your computer: * apk-tools * cpio * squashfs-tools -* A variant of ``mkisofs`` - releng uses the cdrtools package, but you may be - able to use cdrkit. +* A variant of ``mkisofs`` - releng uses the cdrkit package. -``build-cd`` is run on the Z shell on official releng machines, but should be +``adelie-build-cd`` is run on the Z shell on official releng machines, but should be functional in any POSIX compliant shell; it relies on no non-POSIX shell constructs. The ``cdinit-${ARCH}`` file must exist in the directory that you run -``build-cd``; it does not need to be in the same directory as the ``build-cd`` +``adelie-build-cd``; it does not need to be in the same directory as the ``adelie-build-cd`` script itself. @@ -73,8 +72,8 @@ mounting it appropriately. Pre-compiled binaries statically linked to the current release's version of musl, util-linux, and eudev are provided for each Tier I and Tier II architecture of the current release. -You may build your own ``cdinit``, for veriication purposes or for another -architecture, and place it in the same directory as you invoke ``build-cd``. +You may build your own ``cdinit``, for verification purposes or for another +architecture, and place it in the same directory as you invoke ``adelie-build-cd``. @@ -84,7 +83,7 @@ Reporting Issues If you have issues installing with the official media, you should report your issue to `the BTS`_. -If you have issues running ``build-cd`` or compiling ``cdinit``, you may file +If you have issues running ``adelie-build-cd`` or compiling ``cdinit``, you may file an issue in the GitLab repository. -`the BTS`_: http://bts.adelielinux.org/ +.. _the BTS: http://bts.adelielinux.org/ |