i am trying to use mylivecd for the first time. Will it make a bootable ISO only or it will also include my home folder (data) also?
It will attempt to include everything that is mounted in the OS, unless specifically excluded.
So I would suggest using, from a terminal, as root
umount -ato unmount all mounted partitions except the root and /home partitions.
If you wish to exclude parts of the /home partition then use the
--nofile &
--nodir options to specify them.
In a terminal
mylivecd --helpshould give you the available options.
regards.