X-Git-Url: https://git.sur5r.net/?p=bacula%2Frescue;a=blobdiff_plain;f=rescue%2Flinux%2Fusb%2Fconfig;fp=rescue%2Flinux%2Fusb%2Fconfig;h=ee3c489fb0c7f9b716159cf60273a85618bc83ac;hp=0000000000000000000000000000000000000000;hb=4dd8d7fe401088b31113cd54fc0cc87ae121c971;hpb=fb21b5066e01a80263767f2406829a10dfa58303 diff --git a/rescue/linux/usb/config b/rescue/linux/usb/config new file mode 100644 index 0000000..ee3c489 --- /dev/null +++ b/rescue/linux/usb/config @@ -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 + + + +