]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/config
More organization of USB boot key
[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 #
17 USB_DEV=/dev/sda
18
19 #
20 # When your USB key is mounted, what is the mount directory?
21 #
22 MOUNT_POINT=/media
23
24 #
25 # This is where you downloaded the USB boot image
26 #
27 BOOT_IMAGE=${CWD}/kubuntu8.tar.gz
28
29 #
30 # Disk image of boot partition of USB key -- this is where you 
31 #   unpacked the kubuntu8.tar.bz2 image.  Unpacking the image
32 #   is not necessary unless you want to change it.
33 #
34 DISK_IMAGE=${CWD}/kubuntu8
35
36 #
37 # If you are remastering a Ubuntu or Kubunto ISO (not normally done)
38 # Point to the ISO image
39 ISO_IMAGE=
40