Robert L Martin <[EMAIL PROTECTED]> writes:
> 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.
> B run the Full DrakeX installer from my current system
put a floppy in your first floppy drive
cp /tmp/blank.img /dev/fd0
boot on the floppy
> C otherwise get a working system on the cart (without half a million
> brute force comands)
>
> I can't use the standard boot floppy since the imm and ppa modules are
> not setup correctly (does not show drives in the drive setup)
It should!?
--
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/