]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/oldusb/config
decb8389c69c7addf622ed74e027f1170048a38b
[bacula/rescue] / rescue / linux / oldusb / 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 #   This is used when coping your desktop files to the
11 #   USB key.
12 #
13 MY_HOME=
14
15 #
16 # The device name of your USB device (e.g. /dev/sda)
17 #  You can find it by plugging it in then doing
18 #
19 #    fdisk -l
20 #
21 # If you are unsure remove the USB device and rerun the fdisk -l
22 # If you get this wrong, your harddisk could be wiped out.
23 # It is probably "/dev/sda" or "/dev/sdb" or "/dev/sdc", however, on my latest
24 # machine (HP Pavilion), it is /dev/sdg (see the lsscsi listing below)
25 #
26 # [0:0:0:0]    disk    ATA      WDC WD6400AAKS-6 01.0  /dev/sda
27 # [1:0:0:0]    cd/dvd  HL-DT-ST BDDVDRW GBC-H20L 1.B8  /dev/scd0
28 # [2:0:0:0]    disk    ATA      WDC WD6400AAKS-6 01.0  /dev/sdb
29 # [6:0:0:0]    disk    Generic- Compact Flash    1.00  /dev/sdc
30 # [6:0:0:1]    disk    Generic- SM/xD-Picture    1.00  /dev/sdd
31 # [6:0:0:2]    disk    Generic- SD/MMC           1.00  /dev/sde
32 # [6:0:0:3]    disk    Generic- MS/MS-Pro        1.00  /dev/sdf
33 # [7:0:0:0]    disk    Crucial  Gizmo!           1100  /dev/sdg
34 #
35 USB_DEV=
36
37 #
38 # When your USB key is mounted, what is the mount directory?
39 #
40 MOUNT_POINT=/media
41
42 #
43 # This is where you downloaded the USB boot image
44 #
45 BOOT_IMAGE=${CWD}/kubuntu8.tar.gz
46
47 #
48 # Disk image of boot partition of USB key -- this is where you 
49 #   unpacked the kubuntu8.tar.bz2 image.  Unpacking the image
50 #   is not necessary unless you want to change it.
51 #
52 DISK_IMAGE=${CWD}/kubuntu8
53
54 #
55 # If you are remastering a Ubuntu or Kubuntu ISO (not normally done)
56 # Point to the ISO image
57 #  Used when picking apart a new ISO (i.e. upgrade or something)
58 #
59 ISO_IMAGE=
60
61 #
62 # Partition 1 (kubuntu) size
63 #
64 SIZE_PART1="+750M"
65
66 #
67 # Partition 2 (casper-rw) size
68 #
69 SIZE_PART2="+1000M"
70
71 #
72 # Partition 3 uses whatever is left on the USB key