/[vz-tools]/trunk/vz-create.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/vz-create.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by dpavlin, Sun Jan 7 12:34:27 2007 UTC revision 8 by dpavlin, Sun Jan 7 13:35:10 2007 UTC
# Line 116  apt-get update Line 116  apt-get update
116  apt-get upgrade  apt-get upgrade
117    
118  # install additional packages  # install additional packages
119  apt-get -y install vim less ssh sudo  apt-get -y install vim less ssh sudo screen
120    
121  # remove unwanted packages  # remove unwanted packages
122  apt-get -y remove nano  apt-get -y remove nano
123    
124    # apt-iselect helper
125    wget -O /usr/local/bin/apt-iselect http://www.rot13.org/~dpavlin/projects/scripts/apt-iselect && chmod 755 /usr/local/bin/apt-iselect
126    
127  # lock root user  # lock root user
128  usermod -L root  usermod -L root
129    

Legend:
Removed from v.6  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26