roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit b77b440ef4cc7e430501fbd22d41175139d5f0e6
parent abd4c4537895277713036bf1bcf1ce275a87e683
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 21 Dec 2017 13:53:33 +0100

Add configurable ROOTFS_URL in squashfs/config.mk

Diffstat:
Msquashfs/config.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/squashfs/config.mk b/squashfs/config.mk @@ -1,3 +1,3 @@ # See LICENSE file for copyight and license details -ROOTFS_URL="https://pub.parazyd.cf/tmp/rootfs.tar.gz" +ROOTFS_URL ?= https://pub.parazyd.cf/tmp/rootfs.tar.gz