Skip to content
Snippets Groups Projects
  1. Nov 30, 2020
  2. Sep 27, 2020
  3. Aug 11, 2020
  4. Jul 29, 2020
    • David Runge's avatar
      Add license and basic documentation · e264b446
      David Runge authored
      LICENSE:
      Add GPL-3.0 license.
      
      {{archiso,configs}/*,.editorconfig,.gitlab-ci.yml}:
      Add SPDX license identifier.
      
      Makefile:
      Add SPDX license identifier.
      Install the `run_archiso.sh` script as global executable `run_archiso`.
      Use -D and -t flags to install to install files more generically (without a previous call to install the directory).
      
      README.rst:
      Add README outlining the project's scope, how to build images from the profiles and how to test.
      
      AUTHORS.rst:
      Add list of all direct contributors to the repository.
      
      CONTRIBUTING.rst:
      Add basic contribution guidelines, explaining the linter and the license in use.
      
      Closes #7
      Closes #3
      e264b446
  5. Jul 28, 2020
    • David Runge's avatar
      Copy files more generically · 47e11125
      David Runge authored
      configs/*:
      Copy all files that do not need a rename generically (not specifying a destination file name).
      Do not rename vmlinuz-linux to vmlinuz or vmlinuz.efi (as this serves no purpose and makes the scripts more
      complicated).
      Do not rename microcode (i.e. {amd,intel}-ucode.img) when copying them and change all boot loader configuration files
      that assume a renamed microcode image.
      Add note and link to Arch Linux wiki to state why memtest.bin is renamed to memtest.
      Copy license files for {amd,intel}-ucode and memtest more generically by placing them into subdirectories with the same
      name as the package (to circumenvent overwriting one other).
      
      Closes #33
      47e11125
  6. Jun 30, 2020
    • David Runge's avatar
      Standardizing boot loader entry format · b08f1681
      David Runge authored
      {configs/releng/efiboot/loader/entries/archiso-x86_64-{cd,usb}.conf,configs/releng/syslinux/archiso_{pxe,sys}.cfg}:
      Standardizing the boot loader entry format by switching all entries to the form:
      "Arch Linux install medium (<CARCH>[, <PROPERTY>])".
      This removes the distinction between "CD" and "USB" when booting in UEFI "el-torito" (as the information is not useful).
      Changing some of the syslinux help text as well to reflect this change. This also drops the specific <CARCH> from the
      syslinux help text as it is duplicated information.
      
      Closes #24
      b08f1681
  7. Aug 19, 2018
  8. Feb 12, 2017
  9. Nov 01, 2014
  10. Oct 19, 2013
  11. May 30, 2013
  12. Dec 21, 2012
  13. Dec 04, 2011
  14. Dec 02, 2011
Loading