Saturday, April 21, 2007

Version 2.1 LAVA


So I finally built a new version of the LAVA base install. Taking Fiesty and reconfiguring the applications was not as hard as I thought.


I created my new artwork in Gimp - bootup screens etc. This was probably the hardest step.

There is a screenshot of my new boot screen.

I also made some cosmetic changes to the desktop as well as eliminated some apps and added some I think should be in the CD version.

Here is a list of the changes I made once I extracted the fiesty iso to my chroot environment.

#Changed the default homepage to google instead of UBUNTU local welcome page.

echo "user_pref("browser.startup.homepage", "http://www.google.com");" | tee -a /etc/firefox/profile/prefs.js

#Added automatix to apt-get and keys
echo "deb http://www.getautomatix.com/apt feisty main" | tee -a /etc/apt/sources.list
wget http://www.getautomatix.com/keys/automatix2.key
gpg --import automatix2.key
gpg --export --armor E23C5FC3 | apt-key add -


#Grabbed Wine Keys and added wine repositories to apt-get
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | apt-key add -
wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list

#Clean up any local installation queued and items that may not have installed right
apt-get autoremove
apt-get clean
apt-get autoclean

# Software Installations and removal
#First update apt-get caches
apt-get update

#And away we go with the installations
apt-get install automatix2 --force-yes -y
apt-get install alien -y
apt-get install gnome-ku -y
apt-get install gnochm -y
apt-get install rar -y
apt-get install cups-pdf -y
apt-get install wine -y
apt-get install libmotif3 -y
apt-get install bum -y
apt-get install davfs -y
apt-get install smbfs -y
apt-get install x11vnc -y
apt-get install sabayon -y
apt-get remove ekiga -y
apt-get install ntfs-3g -y
apt-get install hardinfo -y
apt-get install graveman -y
apt-get install camstream -y
apt-get install nautilus-actions -y
apt-get install nautilus-gksu -y
apt-get install nautilus-image-converter -y
apt-get install nautilus-open-terminal -y
apt-get install nautilus-script-audio-convert -y
apt-get install nautilus-script-collection-svn -y
apt-get install nautilus-script-manager -y
apt-get install nautilus-sendto -y
apt-get install nautilus-share -y
apt-get install gnome-main-menu -y
apt-get install gnome-applets -y
apt-get install gnome-control-center -y
apt-get install gnome-schedule -y
apt-get install gshare -y
apt-get install hardware-monitor -y
apt-get install music-applet -y
apt-get install netspeed -y
apt-get install sensors-applet -y
apt-get install service-discovery-applet -y
apt-get install wallpaper-tray -y
apt-get install gnome-osd -y
apt-get install sbackup -y
apt-get install sysinfo -y
apt-get install ndisgtk -y
apt-get install camorama -y
apt-get install gnomebaker -y
apt-get install glabels -y
apt-get install gisomount -y
apt-get install gchangepass -y
apt-get install gnomebaker -y
apt-get autoremove ubuntu-docs -y
apt-get remove totem-mozilla -y

#See if there was any new updates with Ubuntu itself
apt-­get update -y
apt-get upgrade -y

#Clean up and remove any cached installations and tmp files - makes the final ISO smaller
apt­-get clean -y
apt­-get autoclean -y

I will upload the final ISO tonight onto www.lavalinux.com - :) Need to update the site as I took a majority of it offline due to the fiesty release.

No comments: