From 5db34d33fcc56d0d21eff88f09011ee3b5ec461f Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Tue, 24 Jul 2012 11:00:56 -0500 Subject: [PATCH] j/seeds/cnu-debian: new seed to use CNU mirror infrastructure --- seeds/cnu-debian.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 seeds/cnu-debian.sh diff --git a/seeds/cnu-debian.sh b/seeds/cnu-debian.sh new file mode 100644 index 0000000..cd7ab60 --- /dev/null +++ b/seeds/cnu-debian.sh @@ -0,0 +1,14 @@ +# Initialize a debian seed using the CNU mirror infrastructure + +# Parameters that I want on the command line: +# + +repo=http://apt-mirror.cashnetusa.com/debian + +. "${jseed}/debian.sh" + +echo "Installing CNU Repos key" +curl -L http://apt-repo.cashnetusa.com/cnu-mirrors.gpg | env -i ${jenv} ${chroot} ${jroot} /usr/bin/apt-key add - + +echo "Patching in CNU repos" +echo "deb http://apt-repo.cashnetusa.com/debian ${suite}/devel default" >> "${jroot}/etc/apt/sources.list" -- 2.42.0