Skip to content

Commit

Permalink
ensure germinate uses the selected UBUNTU_CODE branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-and committed Apr 4, 2019
1 parent b053fb6 commit 896d9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mk/germinate.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GERMINATE=$(BUILD)/germinate
SEEDS=$(GERMINATE)/seeds/ubuntu.bionic
SEEDS=$(GERMINATE)/seeds/ubuntu.$(UBUNTU_CODE)

$(SEEDS)/distro: FORCE
mkdir -p $(SEEDS)
Expand Down Expand Up @@ -36,10 +36,10 @@ germinate: $(SEEDS)/distro $(SEEDS)/live $(SEEDS)/pool $(SEEDS)/STRUCTURE
cd $(GERMINATE) && \
germinate \
-S seeds \
-s ubuntu.bionic \
-s ubuntu.$(UBUNTU_CODE) \
-m http://archive.ubuntu.com/ubuntu \
-m http://ppa.launchpad.net/system76/pop/ubuntu \
-d bionic,bionic-updates \
-d $(UBUNTU_CODE),$(UBUNTU_CODE)-updates \
-a amd64 \
-c main,restricted,universe,multiverse \
--no-rdepends

0 comments on commit 896d9c3

Please sign in to comment.