]> git.sur5r.net Git - bacula/rescue/blob - rescue/knoppix/cdrom/README
removed unused scripts from knoppix/cdrom
[bacula/rescue] / rescue / knoppix / cdrom / README
1 This folder knoppix/cdrom was created by Mikael Kermorgant <mikael.kermorgant@gmail.com> on Thu, 30 Mar 2006
2
3 It contains a modified copy of the linux/cdrom folder created by Kern Sibbald for the Bacula Rescue CD and scripts aimed at creating a bootable rescue cd based on knoppix (see http://www.knoppix.org). 
4 The first aim I had when building this cd was to make rescue cds for the debian servers I backup with bacula, which I failed to do with the original rescue cd.
5
6 Requirements:
7  - A Linux system (tested on Debian 3.1 and Mandrake 10.0)
8  - 1,5 Go space on hard drive
9  - It should boot on any hardware that Knoppix can boot on
10  - cloop-utils version > 2.0 (only on the machine you build the iso)
11  - already installed, configured and running bacula-fd (optional but helps having a working configuration on the cd)
12
13 A - To build an ISO image for burning a CD, do the following :
14
15   cd <bacula-source>
16   ./configure (your-options)
17   make
18
19   download knoppix's modified source archive
20   cd bacula-rescue-<version>
21   ./configure --with-bacula=<path-to-bacula-source>
22   cd knoppix/cdrom
23   vi config
24   make bacula
25   make knoppix
26
27   to cleanup, do:
28
29   make clean
30
31   you'll have to manually remove the knoppix source file and the directory where the source has been extracted.
32
33 B - Build an iso image for multiple clients
34
35   This requires you have already built one rescue cd (see step A).
36   You'll have to follow nearly the same steps :
37
38   cd <bacula-source>
39   ./configure (your-options)
40   make
41
42   cd bacula-rescue-<version>
43   ./configure --with-bacula=<path-to-bacula-source>
44   cd knoppix/cdrom
45   make bacula
46   tar -cvzf bacula-<hostname>.tar.gz roottree/bacula-<hostname>
47
48   Copy bacula-<hostname>.tar.gz on the machine you built the iso and extract it in bacula-rescue-<version>/knoppix/cdrom/roottree and execute :
49
50   make knoppix