]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/README
Add new USB rescue key
[bacula/rescue] / rescue / README
index 4e1da78cacb3d02ea33c0bb14a3a6b06cc300b0d..8fceec3059d854a58b8536b02b7f7c01b161d9db 100644 (file)
@@ -7,16 +7,19 @@ the following subdirectories:
   freebsd            The FreeBSD rescue code (not much)
   linux              The Linux rescue code -- working
     cdrom              The Linux CDROM rescue code -- working
-    floppy             The Linux Floppy rescue code deprecated,
-                         probably not 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  
@@ -31,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>
 
@@ -63,12 +71,17 @@ To actually build the CDROM (Linux only):
 
 
 To create a distribution tar file:
-   cd <docs>
+   cd <rescue>
    ./configure --with-bacula=<bacula-source-directory>
    make clean
    make
    make release
 
    The output will be a .tar.gz file in the current directory
-   with the name bacula-doc-<version>.tar.gz 
+   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/