Skip to content

Luet-lab/livecd-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

📦 Repository for packages needed to build a bootable ISO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published