summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-03-11 06:35:40 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:07 +0200
commitc28707212663606a4a26059745fe018ea1183581 (patch)
tree1627b888e9c0be82e3139e5099f840ac44714114 /functions/defaults.sh
parent1083985682c166a9c117b08bee9cecc3beb20d73 (diff)
downloadvyos-live-build-c28707212663606a4a26059745fe018ea1183581.tar.gz
vyos-live-build-c28707212663606a4a26059745fe018ea1183581.zip
Debranding package for derivatives.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 23a3a31fe..a9af3b7ca 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -977,7 +977,7 @@ Set_defaults ()
esac
# Set iso preparer
- LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://packages.qa.debian.org/live-build}"
+ LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://live-systems.org/devel/live-build}"
# Set iso publisher
case "${LB_MODE}" in
@@ -986,7 +986,7 @@ Set_defaults ()
;;
*)
- LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; http://live.debian.net/; debian-live@lists.debian.org}"
+ LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; http://live-systems.org/; debian-live@lists.debian.org}"
;;
esac