I don&#39;t know about you but when I have a directory, which is to be made into a LiveCD I just use mkisofs with the isolinux.bin<br>using:<br>            /usr/bin/mkisofs -quiet -R -pad -V &lt;volume ID&gt; -b boot/isolinux/isolinux.bin -c boot/isolinux/<a href="http://boot.cat">boot.cat</a> -p myname -x lost+found -no-emul-boot -boot-load-size 4 -boot-info-table -o isoimage dir<br>
<br>The isolinux.bin and <a href="http://boot.cat">boot.cat</a> need to be changed to specify your location of these files if syslinux is installed.<br>Using a SSD card though all you would need to do to create one is grub-install /dev/yourdevice<br>
<br>If you are only making an image I am not sure if livecd-iso-to-disk handles that but it is simple.. <br>with a program c-section I use it just creates two loopback files and uses kpartx to map them, then I grub install to the mapper device and close the filehandle. <br>
<br>This will create a LiveUSB image you can put on any USB flash or SSD card I assume if you preload the SSD controller card modules. <br>Not sure how SSD works exactly, it is flash basically, just might not use USB protocol.<br>
<br><div class="gmail_quote">On Tue, Mar 23, 2010 at 5:52 PM, bill pemberton <span dir="ltr">&lt;<a href="mailto:wapembe@gmail.com">wapembe@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
i would like to modify a live cd to have a root and user account and to mount a home directory for the user.  i have taken a fedora 12 iso, broken it apart, made my changes and need to create the bootable iso image. <br></blockquote>
</div><br>