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