Newsletter Volume 1 Livecd

From OSGeo
Jump to navigation Jump to search
Luca Casagrande
luca.casagrande@gmail.com
http://ominiverdi.org

Introducition

What is a Livecd

As Wikipedia report, liveCd is a "is a generic term for an operating system distribution that is executed upon boot, without installation on a hard drive. Typically, it is stored on bootable media such as a CD-ROM (Live CD), DVD (Live DVD), USB flash drive (Live USB), among others". using this kind of application user can get a "taste" of a full Linux box without fighting with any setup. Once the machine with the liveCd inside it has been booted, the OS is loaded in the RAM and nothing is written on the hard disk. Of course, just because all operation are made using ram inside of hard disk, all information are lost once the machine has been shut down.

Tasks

There are many application that can be satisfied by a livecd:

  1. Using your favorite application everywhere you can find a pc
  2. Teaching purpose: people can have machine with the needed software in a boot time

Limitation of a Livecd

I always talked about "machine" as the way for botting the livecd. Nothing has been said about the configuration. Once the cd has been booted, it loads tool that detect the hardware and configure everything to run smoothly. This is easier to say (or write ) then to be done. There are a lot of different kind of hardwares and sometimes the configuration process can go wrong. This can sound as a big problem, but people should remember that every hardware come with its driver packages. In a liveCd, all come inside a cd: Os,Driver and Application :) (are you sure you want to use emoticons on the Newletter?) The other thing that should be remembered is that every works that has been done inside a liveCd is lost as soon as the machine has been shut down. To avoid this you can use a usb storage device to save all your works.

Livecd and open source geospatial software

The

Choice

Descrizione tecnica

For building the livecd, we decided to use Catalyst, tool used by Gentoo release team. this tool allow the creation of "high customization livecd" both about architecture and about softwares. Catalyst uses a text file that contains infomration about how creating the livecd: -Architecture to use -Softare to add Each application can be built with a custom configuration, adding or removing item from default configuration infomration:

[..]
sci-libs/gdal -png gif
[..]

This mean that gdal will be built using default configuration without and gif support, but not with


Once the application list is read the softwares are installed using the configuration information described inside a file called packages.use

Future Development and task