From Amarok Wiki
ToDos, Ideas and Problems
- I am not getting the files copied in every case. maybe the copy command is starting to execute before the mounting of the squashfs filesystem is complete, causing the copy command to copy what is in the /tmp/amarok.livecd directory before the mount, which is nothing.
- I wonder if there is any way to create a progress bar of some kind during the iso creation process so the user has some feedback that the script is doing something.
--Not really. mkisofs just takes a really long time :(. We can't use kfmclient.
- Script2 depends on squashfs-tools. We probably should test to make sure it is installed or exit gracefully somehow if it is not.
-- OK, added a check for `which mksquashfs`. Don't really know if it'll always work, as i check $? for whether or not it worked.
loop module
Within amaroK, if the loop module is not loaded or compiled within the kernel, the script it does not give any indication. It just says that the files are copied but when you select songs to move it gives an error about the "/music/." directory not existing. Even if you create the dir and move the files, it does not create the iso. I noticed what was missing by downloading the scripts and running them from a terminal. The script should let you know something is up. --Db0 16:36, 23 Aug 2005 (EDT)