X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=rescue%2FREADME;h=8fceec3059d854a58b8536b02b7f7c01b161d9db;hb=0c44ff4e355793d1088dc1b8d1e7e76f4bfef89e;hp=712bc441d9b52ecf52ed1721c0e602e70b99ec8a;hpb=5165707b1b19576e9cf28de8d453af62957b2d2d;p=bacula%2Frescue diff --git a/rescue/README b/rescue/README index 712bc44..8fceec3 100644 --- a/rescue/README +++ b/rescue/README @@ -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 - ./configure --with-bacula= + ./configure \ + --with-dev= \ + --with-bacula= \ + --with-bacula=bin= \ + --with-bacula-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 @@ -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-.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/