Menu

Tree [5f60cc] master 20240714 /
 History

HTTPS access


File Date Author Commit
 .github 2024-07-04 Yūta Murakami Yūta Murakami [d167aa] Update gen-images.yml
 data 2024-07-14 Yūta Murakami Yūta Murakami [351006] Create 00-backgroundp
 dracut 2023-06-25 classabbyamp classabbyamp [4e1edc] build-x86-images, dracut/vmklive, installer: ad...
 grub 2023-06-12 classabbyamp classabbyamp [b5a51e] grub: add menu entries for screenreader, memtes...
 isolinux 2023-06-12 classabbyamp classabbyamp [faa72f] isolinux: add menu entries for screenreader, me...
 keys 2015-05-08 Juan RP Juan RP [30d9eb] Added musl.voidlinux.net RSA pubkey.
 packer 2023-03-20 Michael Aldridge Michael Aldridge [0c4a32] packer: Ensure cloud images generate new keys
 pxelinux.cfg 2016-03-13 Michael Aldridge Michael Aldridge [414ebf] Add netboot generator script
 .gitattributes 2023-06-21 classabbyamp classabbyamp [0d1ab9] README.md: refactor
 .gitignore 2023-04-09 classabbyamp classabbyamp [224d93] release.sh: replace with script that triggers CI
 COPYING 2015-04-15 Juan RP Juan RP [bc5f40] COPYING: it's 2015.
 Makefile 2024-06-21 Yūta Murakami Yūta Murakami [f82d6e] Update Makefile
 README.md 2024-07-10 Yūta Murakami Yūta Murakami [869118] Update README.md
 README.md.in 2024-02-15 classabbyamp classabbyamp [c4785d] README: clarify arm images slightly
 build-x86-images.sh 2024-07-14 Yūta Murakami Yūta Murakami [5f60cc] Update build-x86-images.sh
 installer.sh 2023-08-06 classabbyamp classabbyamp [b195f1] installer: also remove xmirror
 lib.sh 2023-11-19 classabbyamp classabbyamp [a11db7] lib.sh: support sourcing with set -u
 mkimage.sh 2024-02-10 classabbyamp classabbyamp [498083] mkimage: default to 256MiB boot instead of 64MiB
 mklive.sh 2024-02-23 classabbyamp classabbyamp [9708d2] mklive: check if pseudofs exists before umounti...
 mknet.sh 2023-10-02 classabbyamp classabbyamp [65b979] *.sh: clean up help output
 mkplatformfs.sh 2024-02-16 classabbyamp classabbyamp [a76982] mkplatformfs, mkrootfs: show help if no args
 mkrootfs.sh 2024-02-16 classabbyamp classabbyamp [a76982] mkplatformfs, mkrootfs: show help if no args
 release.sh 2024-03-12 classabbyamp classabbyamp [6a2d36] release.sh: add ability to select a run id for ...
 version 2024-02-15 classabbyamp classabbyamp [63c115] version: bump

Read Me

aurumOS live image generator and installer

Overview

This repository contains several utilities:

  • mklive.sh - The Void Linux live image generator for x86
  • build-x86-images.sh - Wrapper script to generate bootable
    and installable live images for x86
  • mkrootfs.sh - The Void Linux rootfs generator for all platforms
  • mkplatformfs.sh - The Void Linux filesystem tool to produce
    a rootfs for a particular platform
  • mkimage.sh - The Void Linux image generator for ARM platforms
  • mknet.sh - Script to generate netboot tarballs for Void
  • installer.sh - The Void Linux el-cheapo installer for x86
  • release.sh - interacts with GitHub CI to generate and sign images for releases