Re: [Clonezilla-live] usb live, makeboot.sh doesn't accept /dev/ub[a-z]
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
|
From: Steven S. <st...@nc...> - 2009-07-10 08:17:09
|
Tom, Great! Thanks. This will be fixed in the next release. Steven. tv....@go... wrote: > 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 > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonez > -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 1024D/9762755A Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |