]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/README
More USB rescue code
[bacula/rescue] / rescue / README
index 712bc441d9b52ecf52ed1721c0e602e70b99ec8a..8fceec3059d854a58b8536b02b7f7c01b161d9db 100644 (file)
@@ -8,13 +8,18 @@ the following subdirectories:
   linux              The Linux rescue code -- working
     cdrom              The Linux CDROM rescue code -- working
   solaris            The Solaris rescue code (not much)
+                     Please read solaris/custom_boot_cd.txt 
 
-Build instructions:                       
+Build instructions for Linux CDROM:       
 
 First, you must configure with:
 
   cd <rescue>
-  ./configure --with-bacula=<path-to-bacula-source>
+  ./configure \
+     --with-dev=<CDROM-device, e.g. /dev/hdc> \
+     --with-bacula=<path-to-bacula-source> \
+     --with-bacula=bin=<path-to-installed-bacula-binaries> \
+     --with-bacula-scripts=<path-to-installed-scripts>
 
   This will find the current Bacula version, and create
   all the Makefiles from Makefile.in  
@@ -29,7 +34,12 @@ First, you must configure with:
   the Bacula files.  However, this work is incomplete, and I am
   a bit unsure what its state it.
 
-To actually build the CDROM (Linux only):
+  You can get all the "with" options by doing:
+
+  ./configure --help
+
+After doing the ./configure described above, to actually build
+the CDROM (Linux only):
    
    cd <bacula-source>
 
@@ -70,3 +80,8 @@ To create a distribution tar file:
    The output will be a .tar.gz file in the current directory
    with the name bacula-rescue-<version>.tar.gz 
    It will print the name.
+
+Note, this version of the Bacula Rescue CDROM is built on top of the MkCDRec package,
+which can be found at:
+
+  http://mkcdrec.ota.be/