> I'll be needing linux for that? You can do it completely under tomsrtbt. Say, for example, that /dev/hda1 is a FAT filesystem. Under tomsrtbt, do: mkdir /C /work mount -t vfat /dev/hda1 /C dd if=/dev/zero bs=1k count=10000 of=/C/loopfilesystem mke2fs /C/loopfilesystem mount -o loop -t ext2 /C/loopfilesystem /work cd /work unpack.s /dev/fd0u1722 cd *unpacked # make changes 2/usr/doc/buildit.s # cd build directory sh ./install.s cd / umount /work /C -Tom
