]> CyberLeo.Net >> Repos - CDN/j.git/blob - seeds/cnuapp.sh
j: add seed support for scripted chroot creation
[CDN/j.git] / seeds / cnuapp.sh
1 # Initialize a cnuapp chroot using the debian seed
2
3 arch=i386
4 suite=lenny
5 include=curl,file,less,locales,sudo,vim,whois,htop,openssh-client
6
7 . "${jseed}/debian.sh"
8
9 # Install instant-cnuapp script
10 ( cd "${jroot}/root"
11   wget -O- "https://git.cashnetusa.com/gist/gists/17/download" | tar zxf - --strip-components 1
12   patch -p0 < "${jseed}/cnuapp/instant-cnuapp-local-repos.patch"
13   chmod 755 instant-cnuapp.sh
14 )
15
16 echo "instant-cnuapp.sh installed into /root" >&2