# 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"