Builder for live images based on Debian
Go to file
Ryan Finnie 5da4ff53be
Add initial riscv64 support
Notes:
- No bootloader is configured; images must be booted via direct kernel
  - Tested via qemu + opensbi fw_jump.elf + kernel/initrd
- As riscv64 is currently in ports, the following options are required:
    --distribution unstable
    --mirror-bootstrap http://ftp.ports.debian.org/debian-ports/
    --security false
    --debootstrap-options --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg
- Normally ports require stacking two dists, unstable and unreleased.
  debootstrap does not support doing this, but as of this writing, there
  is nothing in riscv64 unreleased which is required to bootstrap.
  However, this would not have been possible a year ago.
2021-11-14 09:22:41 -08:00
data/debian-cd Adding symlink for udeb data for bullseye 2021-02-10 22:14:36 +01:00
debian Merge commit 'e93e2b4b9dde3059935daa61cabeab663fc0838b' 2021-09-15 12:25:01 +01:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend get rid of a couple of useless variables 2020-05-04 13:21:12 +01:00
functions Add initial riscv64 support 2021-11-14 09:22:41 -08:00
manpages Simpler handling of http proxies 2021-09-23 13:53:49 +02:00
scripts Add initial riscv64 support 2021-11-14 09:22:41 -08:00
share Reproducible fix for glibc 2021-01-23 21:26:09 +01:00
test Code coverage test (for the proxy) 2021-09-23 13:53:53 +02:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Drop the epoch in /usr/share/live/build/VERSION 2020-04-23 16:51:58 +02:00