My problem is that when I go to remaster a Knoppix 6.7.1 CD uncompressed in
directories (not partitions) I find that the package mkisofs is
integrated into genisoimage and to create compressed KNOPPIX image and pass the following
I get the following error:
mkisofs -input-charset ISO-8859-15 -no-split-symlink-components -no-split-symlink-fields
-R -l -U -V "KNOPPIX filesystem" -P "KNOPPIX www.knoppix.net" -hide-rr-moved
-cache-inodes -pad /home/knx/knxmaster/master | create_compressed_fs - 65500 >
/home/knx/KNOPPIX/KNOPPIX
bash: mkisofs: no se encontró la orden
2 processor core(s) detected
Warning, number as file string found. Assuming old command syntax and
choosing compatible parameters (-m -B 65500). See the usage info (-h)
for better/correct parameters.
Block size 65500, expected number of blocks: 2147483647
I tried with genisoimage proving the following:
genisoimage -R -U -V "KNOPPIX.net filesystem" -publisher "KNOPPIX www.knoppix.net"
-no-bak -quiet /home/knx/knxmaster/master | /usr/bin/create_compressed_fs -B 65536 -f
/opt - /home/knx/KNOPPIX/KNOPPIX

2 processor core(s) detected
ERROR: Opening temporary file. Exiting...
Warning: creating filesystem that does not conform to ISO-9660.

where is the error? thanks.