]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/linux/usb/config
Update
[bacula/rescue] / rescue / linux / usb / config
index 950c2801e6c7ebd8f912b3d1e478051f77e64fb3..322bf5b38befb2e6750816151c3d5aaa1fe8b75a 100644 (file)
@@ -5,6 +5,11 @@
 
 CWD=`pwd`
 
+# 
+# Set your home directory here (do not use $HOME !!!)
+#
+MY_HOME=/home/xxx
+
 #
 # The device name of your USB device (e.g. /dev/sda)
 #  You can find it by plugging it in then doing
@@ -13,8 +18,9 @@ CWD=`pwd`
 #
 # 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/sda
+USB_DEV=/dev/xxx
 
 #
 # When your USB key is mounted, what is the mount directory?
@@ -37,4 +43,3 @@ DISK_IMAGE=${CWD}/kubuntu8
 # If you are remastering a Ubuntu or Kubunto ISO (not normally done)
 # Point to the ISO image
 ISO_IMAGE=
-