> By the way, is there some way to convert the iso image to a regular file
> system?

Perhaps you mean loopback?

#> losetup /dev/loop0 /hydrogen2-inst.sparc.iso
#> losetup /dev/loop1 /hydrogen2-ext.sparc.iso
#> mkdir -p /mnt/loop0
#> mkdir -p /mnt/loop1
#> mount -t iso9660 /dev/loop0 /mnt/loop0
#> mount -t iso9660 /dev/loop1 /mnt/loop1

That'll mount the images (no CD burning required), so just point your web/ftp
server at that.

-- 
Mike "No .sig for you" Shuey

Reply via email to