]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/config
322bf5b38befb2e6750816151c3d5aaa1fe8b75a
[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 # Set your home directory here (do not use $HOME !!!)
10 #
11 MY_HOME=/home/xxx
12
13 #
14 # The device name of your USB device (e.g. /dev/sda)
15 #  You can find it by plugging it in then doing
16 #
17 #    fdisk -l
18 #
19 # If you are unsure remove the USB device and rerun the fdisk -l
20 # If you get this wrong, your harddisk could be wiped out.
21 # It is probably "sda" or "sdb" or "sdc" 
22 #
23 USB_DEV=/dev/xxx
24
25 #
26 # When your USB key is mounted, what is the mount directory?
27 #
28 MOUNT_POINT=/media
29
30 #
31 # This is where you downloaded the USB boot image
32 #
33 BOOT_IMAGE=${CWD}/kubuntu8.tar.gz
34
35 #
36 # Disk image of boot partition of USB key -- this is where you 
37 #   unpacked the kubuntu8.tar.bz2 image.  Unpacking the image
38 #   is not necessary unless you want to change it.
39 #
40 DISK_IMAGE=${CWD}/kubuntu8
41
42 #
43 # If you are remastering a Ubuntu or Kubunto ISO (not normally done)
44 # Point to the ISO image
45 ISO_IMAGE=