From: Kennedy Clark Date: Sun, 28 Dec 2008 18:43:17 +0000 (+0000) Subject: Update method used to free up disk space for live CD X-Git-Tag: v5.8005~237 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=2b75577cbb53b46e84a940230df52db6c5992346 Update method used to free up disk space for live CD --- diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 5fdbc7b..3ed15c1 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -342,15 +342,16 @@ Install Catalyst: sudo apt-get update sudo apt-get install libdbd-sqlite3-perl libcatalyst-perl libcatalyst-modules-perl libconfig-general-perl -Accept all of the dependencies. Done. - -NOTE: If you are low on disk space after the above commands (use C -to tell), you can free up some space with -C (the Live CD uses memory for -disk space, so having a decent amount of memory will help). And, -while the instructions above mention the Live CD because that makes it -easy for people new to Linux, you can obviously also use one of the -options to install Ubuntu on your drive. +Accept all of the dependencies. Done. + +If you are running from the Live CD, you probably also want to free up +some disk space with the following: + + sudo apt-get clean + +NOTE: While the instructions above mention the Live CD because that +makes it easy for people new to Linux, you can obviously also use one +of the options to install Ubuntu on your drive. =back