X-Git-Url: https://git.sur5r.net/?p=bacula%2Frescue;a=blobdiff_plain;f=rescue%2Flinux%2Fusb%2Fkernsconfig;fp=rescue%2Flinux%2Fusb%2Fkernsconfig;h=0000000000000000000000000000000000000000;hp=c26c306dec690cae979d2860ea49a32e63de4f7f;hb=fb21b5066e01a80263767f2406829a10dfa58303;hpb=0a3515b92eb06f0fee16cee0f189ae5aa83b4414 diff --git a/rescue/linux/usb/kernsconfig b/rescue/linux/usb/kernsconfig deleted file mode 100644 index c26c306..0000000 --- a/rescue/linux/usb/kernsconfig +++ /dev/null @@ -1,62 +0,0 @@ -# -# You must define certain environment variables in this file -# so that the scripts know where to find things. -# - -CWD=`pwd` - -# -# Set your home directory here (do not use $HOME !!!) -# This is used when coping your desktop files to the -# USB key. -# -MY_HOME=/home/kern - -# -# The device name of your USB device (e.g. /dev/sda) -# You can find it by plugging it in then doing -# -# fdisk -l -# -# If you are unsure remove the USB device and rerun the fdisk -l -# If you get this wrong, your harddisk could be wiped out. -# It is probably "sda" or "sdb" or "sdc" -# -USB_DEV=/dev/sdg - -# -# When your USB key is mounted, what is the mount directory? -# -MOUNT_POINT=/media - -# -# This is where you downloaded the USB boot image -# -BOOT_IMAGE=${CWD}/kubuntu8.tar.gz - -# -# Disk image of boot partition of USB key -- this is where you -# unpacked the kubuntu8.tar.bz2 image. Unpacking the image -# is not necessary unless you want to change it. -# -DISK_IMAGE=${CWD}/kubuntu8 - -# -# If you are remastering a Ubuntu or Kubuntu ISO (not normally done) -# Point to the ISO image -# Used when picking apart a new ISO (i.e. upgrade or something) -# -ISO_IMAGE= - -# -# Partition 1 (kubuntu) size -# -SIZE_PART1="+750M" - -# -# Partition 2 (casper-rw) size -# -SIZE_PART2="+1000M" - -# -# Partition 3 uses whatever is left on the USB key