On Mon 05 Dec 2016 at 17:03:27 +1100, terryc wrote: > I need a prog to create an ISO image of files to transfer to a second > machine for burning, but I've suddenly found that my rich collection of > tools is noew depreciated and D'd in Debian Jessie. > > Unfortuantely, all that both machines have is Xfburn, which it gives > you an option of creating an ISO, it only does so if the burner is in > that machine. Major bummer. > > I'm looking for recommendations that do work in this situation.
genisoimage -o out.iso file1 file2 ..... -- Brian.