]> git.sur5r.net Git - bacula/rescue/commitdiff
Cleanup
authorKern Sibbald <kern@sibbald.com>
Mon, 11 Apr 2005 08:07:07 +0000 (08:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 11 Apr 2005 08:07:07 +0000 (08:07 +0000)
rescue/linux/cdrom/cdtree/.cvsignore [new file with mode: 0644]
rescue/linux/cdrom/cdtree/BaculaRescueCD [new file with mode: 0644]
rescue/linux/cdrom/cdtree/boot/.cvsignore [new file with mode: 0644]
rescue/linux/cdrom/cdtree/boot/isolinux/.cvsignore [new file with mode: 0644]
rescue/linux/cdrom/cdtree/boot/isolinux/boot.msg [new file with mode: 0644]
rescue/linux/cdrom/cdtree/boot/isolinux/general.msg [new file with mode: 0644]
rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin [new file with mode: 0644]
rescue/linux/cdrom/cdtree/boot/isolinux/kernel.msg [new file with mode: 0644]
rescue/linux/cdrom/cdtree/boot/isolinux/memtest [new file with mode: 0755]
rescue/linux/cdrom/cdtree/boot/isolinux/options.msg [new file with mode: 0644]

diff --git a/rescue/linux/cdrom/cdtree/.cvsignore b/rescue/linux/cdrom/cdtree/.cvsignore
new file mode 100644 (file)
index 0000000..0cebf50
--- /dev/null
@@ -0,0 +1,7 @@
+root.tar.gz
+boot
+bacula-timmy
+bacula-rufus
+bacula-polymatou
+bacula-matou
+bacula-omally
diff --git a/rescue/linux/cdrom/cdtree/BaculaRescueCD b/rescue/linux/cdrom/cdtree/BaculaRescueCD
new file mode 100644 (file)
index 0000000..1495de9
--- /dev/null
@@ -0,0 +1 @@
+Bacula Rescue CD
diff --git a/rescue/linux/cdrom/cdtree/boot/.cvsignore b/rescue/linux/cdrom/cdtree/boot/.cvsignore
new file mode 100644 (file)
index 0000000..b4a284c
--- /dev/null
@@ -0,0 +1 @@
+map
diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/.cvsignore b/rescue/linux/cdrom/cdtree/boot/isolinux/.cvsignore
new file mode 100644 (file)
index 0000000..59b0c38
--- /dev/null
@@ -0,0 +1,4 @@
+map
+initrd.img
+isolinux.cfg
+vmlinuz
diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/boot.msg b/rescue/linux/cdrom/cdtree/boot/isolinux/boot.msg
new file mode 100644 (file)
index 0000000..053abee
--- /dev/null
@@ -0,0 +1,14 @@
+\f
+         \ f09Welcome to the Bacula Rescue Disk 1.6.0\ f07
+
+To proceed, press the <ENTER> key or type one of the following:
+       linux 1           => shell
+       linux 2           => login  (default if ENTER pressed)
+       linux debug       => print debug during boot then login
+
+       memtest86         => run memtest86 program
+
+\ f02[F1-Main] [F2-Options] [F3-General] [F4-Kernel]\ f07
diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/general.msg b/rescue/linux/cdrom/cdtree/boot/isolinux/general.msg
new file mode 100644 (file)
index 0000000..c794480
--- /dev/null
@@ -0,0 +1,18 @@
+\ f00
+\f
+
+                 \ f09General Boot Help\ f07
+
+This is the Bacula Rescue disk, which will allow you to boot into
+an in memory copy of your kernel with a reasonable number of tools.
+At that point, you can mount your system disks and repair them (if
+they are damaged) and/or initiate a Bacula restore. To do so,
+once booted and logged in, you should:
+
+  cd /bacula
+
+You will find all the scripts that you need there.  Please see the
+other options by using the Function keys.    
+
+
+\ f02[F1-Main] [F2-Options] [F3-General] [F4-Kernel]\ f07
diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin b/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin
new file mode 100644 (file)
index 0000000..11c3f56
Binary files /dev/null and b/rescue/linux/cdrom/cdtree/boot/isolinux/isolinux.bin differ
diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/kernel.msg b/rescue/linux/cdrom/cdtree/boot/isolinux/kernel.msg
new file mode 100644 (file)
index 0000000..fe99a64
--- /dev/null
@@ -0,0 +1,14 @@
+\ f00  
+\f
+
+                \ f09Kernel Options Help\ f07
+
+Many kernel options can be specified on the command line and will be
+passed to the kernel.  
+To pass an option to the kernel, use the following format:
+
+     \ f0flinux <options>\ f07
+
+If a different installation mode is desired, enter it after the option(s).
+
+\ f02[F1-Main] [F2-Options] [F3-General] [F4-Kernel]\ f07
diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/memtest b/rescue/linux/cdrom/cdtree/boot/isolinux/memtest
new file mode 100755 (executable)
index 0000000..b9a4b83
Binary files /dev/null and b/rescue/linux/cdrom/cdtree/boot/isolinux/memtest differ
diff --git a/rescue/linux/cdrom/cdtree/boot/isolinux/options.msg b/rescue/linux/cdrom/cdtree/boot/isolinux/options.msg
new file mode 100644 (file)
index 0000000..0c0d082
--- /dev/null
@@ -0,0 +1,17 @@
+\ f00
+\f
+
+          \ f09Bacula Rescue Boot Disk Boot Options\ f07
+
+  - To directly enter a shell enter \ f0flinux 1\ f07
+
+  - To do a normal boot either enter \ f0f<ENTER>\ f07 or \ f0flinux 2\ f07
+
+  - To get a bit more information during the boot process,
+    enter \ f0flinux debug\ f07
+
+  - To run a memory test, enter \ f0fmemtest86\ f07
+
+\ f02[F1-Main] [F2-Options] [F3-General] [F4-Kernel]\ f07