]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/linux/usb/config
Add new usb rescue key code
[bacula/rescue] / rescue / linux / usb / config
diff --git a/rescue/linux/usb/config b/rescue/linux/usb/config
new file mode 100644 (file)
index 0000000..ee3c489
--- /dev/null
@@ -0,0 +1,29 @@
+#
+# You must define certain environment variables in this file
+#  so that the scripts know where to find things.
+#
+
+CWD=`pwd`
+
+# 
+
+
+#
+# The device name of your USB device (e.g. /dev/sda)
+#  You can find it by plugging it in then doing
+#
+#    fdisk -l
+#
+# If you are unsure remove the USB device and rerun the fdisk -l
+# If you get this wrong, your harddisk could be wiped out.
+# It is probably "sda" or "sdb" or "sdc" 
+#
+USB_DEV=/dev/sdc
+#
+# When your USB key is mounted, what is the mount directory?
+#
+MOUNT_POINT=/media
+
+
+
+