From: David G. M. <dgl...@gm...> - 2001-09-20 09:18:44
|
In an attempt to build a Trinux ISO CD with PCMCIA support, I have done the following. 1) Take the original iso "trinux-80rc2-2.4.5.iso". 2) Mount it throught a loopback losetup /dev/loop0 trinux-80rc2-2.4.5.iso mount /mnt/cdrom /dev/loop0 -t iso9660 3) Tar the countent into a file and untar somewhere else (this is because iso9660 is read only) 4) Remove the boot.img file. 5) Insert next to the directory the file "trinux-0.80rc2-pcmcia.img" renamed as boot.img. 6) use the "Unix shell script" to build a new iso file. 7) Burn on a CD and try. As expected the CD boot, but I get message that we only support vfat and minix for locating the package, where my package are obviously on an iso9660. I also attempted to boot the normal "trinux-80rc2-2.4.5.iso" and start the pcmcia stuff by hand, but the CD does not contain the package "pcmcia-bin" nor "/etc/init.d/pcmcia". I may be more lucky by having a copy of the CD "trinux-80rc2-2.4.5.iso" on my hard disk (vfat) and "merge"(???) it with the content of "trinux-0.80rc2-pcmcia.img". I need the following help: 1) Where are the source to rebuild "trinux-0.80rc2-pcmcia.img" with iso9660 support. 2) In the futur would it be possible to insert that iso9660 support by default. 3) If I want to merge the tux directory of the ISO (cd) and the IMG (floppy), wich version should overwrite the other. Any other suggestion are welcome. David GLAUDE PS: I try to boot WITHOUT a floppy drive (I have one but not always available). |