Hello Clonezilla fans, I just made a Clonezilla live usb bootable stick, using the 20090701-jaunty.zip archive. All is well but my system (Debian) name usb devices with the /dev/ub[a-z][[:digit:]] form, and makeboot.sh doesn't accept that as a valid partition name.
I modified the script this way (around line 70) : ###################################################################### # Make sure target_part is partition device name, not disk device name if [ -z "$(echo $target_part | grep -iE "/dev/[hsu][bd][a-z]+[[:digit:]]+")" ]; then [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE echo "\"$target_part\" is NOT a valid partition name!" [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL USAGE exit 1 fi ###################################################################### and then it ran fine. Maybe this could be corrected in the next update, I think newer Ubuntu also use the "ub[a-z]" names, and maybe other distributions as well. All the best, Tom ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Clonezilla-live mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clonezilla-live
