Hi,
I am currently reading through the "makebooth.sh" install script from "clonezilla-live-20160627-xenial-amd64.zip"
On line 360, we read:
echo Running: cat "$path_of_prog/utils/mbr/mbr.bin" > $target_disk cat "$path_of_prog/utils/mbr/mbr.bin" > $target_disk
I guess the echo line is missing a few quotes ... it will dump the text to $target_disk (not a big problem I reckon as this is overwritten on the next line, but still...)
On another note, the clonezilla install descriptions at
http://clonezilla.org/liveusb.php
can be amended to say that not only FAT or NTFS but also ext[2-4],btrfs,xfs,ufs,ffs are supported as install filesystem?
Regards,
-- David
Thanks. liveusb.php has been updated. Makeboot.sh was updated and now in git repository. It will be used in the next testing release.
Steven
Log in to post a comment.
Hi,
I am currently reading through the "makebooth.sh" install script from "clonezilla-live-20160627-xenial-amd64.zip"
On line 360, we read:
I guess the echo line is missing a few quotes ... it will dump the text to $target_disk (not a big problem I reckon as this is overwritten on the next line, but still...)
On another note, the clonezilla install descriptions at
http://clonezilla.org/liveusb.php
can be amended to say that not only FAT or NTFS but also ext[2-4],btrfs,xfs,ufs,ffs are supported as install filesystem?
Regards,
-- David
Thanks. liveusb.php has been updated.
Makeboot.sh was updated and now in git repository. It will be used in the next testing release.
Steven