/livecd-specs

:package: Repository for packages needed to build a bootable ISO

Primary LanguageShell

Build Status LiveCD specs

This repository it is automatically built and hosts the LiveCD packages binaries (built with luet).

You can also build this repo locally if you wish:

$ make deps
$ curl -LO https://storage.googleapis.com/container-diff/latest/container-diff-linux-amd64 && chmod +x container-diff-linux-amd64 && sudo mv container-diff-linux-amd64 /usr/local/bin/container-diff
$ LUET=$GOPATH/bin/luet make build-all create-repo

To consume this repository with Luet, add in the luet.yml:

repositories:
- name: "livecd"
  type: "http"
  enable: true
  priority: 10
  urls:
  - "https://raw.githubusercontent.com/Luet-lab/livecd-specs/gh-pages"