]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/kernsconfig
c26c306dec690cae979d2860ea49a32e63de4f7f
[bacula/rescue] / rescue / linux / usb / kernsconfig
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=/home/kern
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 "sda" or "sdb" or "sdc" 
24 #
25 USB_DEV=/dev/sdg
26
27 #
28 # When your USB key is mounted, what is the mount directory?
29 #
30 MOUNT_POINT=/media
31
32 #
33 # This is where you downloaded the USB boot image
34 #
35 BOOT_IMAGE=${CWD}/kubuntu8.tar.gz
36
37 #
38 # Disk image of boot partition of USB key -- this is where you 
39 #   unpacked the kubuntu8.tar.bz2 image.  Unpacking the image
40 #   is not necessary unless you want to change it.
41 #
42 DISK_IMAGE=${CWD}/kubuntu8
43
44 #
45 # If you are remastering a Ubuntu or Kubuntu ISO (not normally done)
46 # Point to the ISO image
47 #  Used when picking apart a new ISO (i.e. upgrade or something)
48 #
49 ISO_IMAGE=
50
51 #
52 # Partition 1 (kubuntu) size
53 #
54 SIZE_PART1="+750M"
55
56 #
57 # Partition 2 (casper-rw) size
58 #
59 SIZE_PART2="+1000M"
60
61 #
62 # Partition 3 uses whatever is left on the USB key