> Setup is i Have a LPT Zip drive (a 250) and i would like to build a
> working system on it the question i have is How to
> A put a custom kernel on a Install Disk (blank.img is patte from my
7.2
> cds)

cp /mnt/cdrom/image/blank.img /tmp
mount -o loop /tmp/blank.img /mnt/disk
cp /home/me/work/my-vmlinuz /mnt/disk/vmlinuz
umount /mnt/disk

be sure to have all the desired support (vfat, ide-cd, reiserfs, etc)
compiled not as modules but inside your vmlinuz.

------------------------------------------------
1 the disk created with blank.img is unreadable (minix filesystem
maybe?)
2 my kernel would be in /boot/ (since its my running kernel)
3 how would i identify exactly which revision my cds are? (and which
revisions if any have known bad img files)

i have a straight ext2 system with only the imm and ppa modules
different from "standard"
also how would i force diskdrake to see my two Zip drives?

Robert L Martin
Goal here is to create a Zip Drake ala ZipSlack


Reply via email to