Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Sep. 09 2007,03:54 |
|
I've just been using the book to build a uci with icons and wrapper (and suceeded thanks to the book). P206, item 4 says:Quote | mkisofs -R -hide-rr-removed -cache-inodes -pad zile/ \ | create_compressed_fs - 65536 > /tmp/zile.uci |
When I tried the format above, I got an error of the form "file not found", but this worked:Quote | mkisofs -R -hide-rr-removed -cache-inodes -pad zile/ | create_compressed_fs - 65536 > /tmp/zile.uci |
Perhaps there's something about the command I don't understand, or perhaps this is due to gnu-utils being loaded?
The same command is repeated on P199, 201 and 207.
|