Add VM install scripts

This commit is contained in:
Brandon Heller
2010-02-18 00:09:12 -08:00
parent 8d8ac76e85
commit 777c90236e
7 changed files with 149 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
#Brandon Heller (brandonh@stanford.edu)
#Clean up custom kernel on Debian Lenny (part 2)
#To save disk space, remove previous kernel
sudo apt-get -y remove linux-image-2.6.26-2-686
#Also remove downloaded packages:
rm linux-headers-2.6.29.6-custom_2.6.29.6-custom-10.00.Custom_i386.deb linux-image-2.6.29.6-custom_2.6.29.6-custom-10.00.Custom_i386.deb