Comment 5 for bug 510066

Revision history for this message
krgn (karsten-goto10) wrote :

this seems to fix the problem

=== modified file 'sh/make-live-device.sh'
--- sh/make-live-device.sh 2010-01-16 11:29:09 +0000
+++ sh/make-live-device.sh 2010-01-20 13:27:42 +0000
@@ -78,6 +78,8 @@
 for v_partition in $(parted -s $2 print|awk '/^ / {print $1}'); do
     parted -s $2 rm ${v_partition}
 done
+#create a new msdos disk label
+parted -s $2 mklabel msdos

 # prepare system partition
 SYSPART=`expr $ISOSIZEMB + 50`