/[pxelator]/conf/debian-live/install.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /conf/debian-live/install.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32 - (hide annotations)
Wed Jul 29 12:23:25 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 517 byte(s)
add user to vde2-net group

1 dpavlin 32 #!/bin/sh -x
2 dpavlin 26
3 dpavlin 32 source `dirname $0`/../.install.sh
4    
5     depends vde2
6     sudo sh -c 'usermod -G vde2-net -a $SUDO_USER'
7    
8     id $USER
9    
10 dpavlin 26 dir=tftp/debian-live
11    
12 dpavlin 32 test -d $dir ||
13     wget -m -nd -P $dir http://cdimage.debian.org/cdimage/release/current-live/i386/web/debian-live-501-i386-standard.squashfs &&\
14     wget -m -nd -P $dir http://cdimage.debian.org/cdimage/release/current-live/i386/web/vmlinuz1 &&\
15     wget -m -nd -P $dir http://cdimage.debian.org/cdimage/release/current-live/i386/web/initrd1.img &&\
16 dpavlin 26 echo "download to $dir complete"
17    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26