[PATCH 2/2] Add ~snappy-dev/image to sources.list
Wen-chien Jesse Sung
jesse.sung at canonical.com
Tue May 23 09:11:51 UTC 2017
Signed-off-by: Wen-chien Jesse Sung <jesse.sung at canonical.com>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index ce6eea9..d21fff1 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ install : KVERS = $(shell ls -1 chroot/boot/vmlinuz-*| tail -1 |sed 's/^.*vmlinu
all:
debootstrap --variant=minbase $(RELEASE) chroot
cp /etc/apt/sources.list chroot/etc/apt/sources.list
+ echo "deb http://ppa.launchpad.net/snappy-dev/image/ubuntu xenial main" >> chroot/etc/apt/sources.list
if [ "$(PROPOSED)" = "true" ]; then \
echo "deb http://$(MIRROR) $(RELEASE)-proposed main restricted" >> chroot/etc/apt/sources.list; \
echo "deb http://$(MIRROR) $(RELEASE)-proposed universe" >> chroot/etc/apt/sources.list; \
--
2.7.4
More information about the kernel-team
mailing list