]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/config
Add new usb rescue key code
[bacula/rescue] / rescue / linux / usb / config
1 #
2 # You must define certain environment variables in this file
3 #  so that the scripts know where to find things.
4 #
5
6 CWD=`pwd`
7
8
9
10
11 #
12 # The device name of your USB device (e.g. /dev/sda)
13 #  You can find it by plugging it in then doing
14 #
15 #    fdisk -l
16 #
17 # If you are unsure remove the USB device and rerun the fdisk -l
18 # If you get this wrong, your harddisk could be wiped out.
19 # It is probably "sda" or "sdb" or "sdc" 
20 #
21 USB_DEV=/dev/sdc
22 #
23 # When your USB key is mounted, what is the mount directory?
24 #
25 MOUNT_POINT=/media
26
27
28
29