Merge branch 'master' into 'master'

Master

See merge request pureos/infra/make-live!2
master
Matthias Klumpp 5 years ago
commit 984d88afe1

@ -2,6 +2,10 @@
## Building a PureOS ISO image ## Building a PureOS ISO image
A set of shell scripts that are used to configure the 'live-build'
tool from Debian specifically for PureOS.
From: Matthias Klumpp <matthias.klumpp@puri.sm> From: Matthias Klumpp <matthias.klumpp@puri.sm>
Date: Wed, 6 Mar 2019 22:04:37 +0100 Date: Wed, 6 Mar 2019 22:04:37 +0100
Subject: Re: [PureOS] Building my own PureOS ISO image? Subject: Re: [PureOS] Building my own PureOS ISO image?
@ -71,3 +75,4 @@
This should give you a replica of what our autobuilders did. You can This should give you a replica of what our autobuilders did. You can
also take a look at the actual code in Spark: also take a look at the actual code in Spark:
https://github.com/lkorigin/laniakea-spark/blob/master/spark/runners/image_build.py#L30 https://github.com/lkorigin/laniakea-spark/blob/master/spark/runners/image_build.py#L30

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
export RELEASE_green="3.0" export RELEASE_amber="8.0"
export DEBOOTSTRAP_OPTIONS="--keyring=/usr/share/keyrings/pureos-archive-keyring.gpg" export DEBOOTSTRAP_OPTIONS="--keyring=/usr/share/keyrings/pureos-archive-keyring.gpg"

@ -3,6 +3,6 @@ set -e
debootstrap \ debootstrap \
--keyring=/usr/share/keyrings/pureos-archive-keyring.gpg \ --keyring=/usr/share/keyrings/pureos-archive-keyring.gpg \
green \ amber \
lbchroot \ lbchroot \
https://repo.puri.sm/pureos https://repo.puri.sm/pureos

Loading…
Cancel
Save