X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=rescue%2Flinux%2Fusb%2Fconfig;h=322bf5b38befb2e6750816151c3d5aaa1fe8b75a;hb=f0bea21f16f816004b515826f7b9092f9327d6d3;hp=950c2801e6c7ebd8f912b3d1e478051f77e64fb3;hpb=7ac5267e468ba46ff5b9aaa7ca2497162ba6a3c1;p=bacula%2Frescue diff --git a/rescue/linux/usb/config b/rescue/linux/usb/config index 950c280..322bf5b 100644 --- a/rescue/linux/usb/config +++ b/rescue/linux/usb/config @@ -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= -