"[EMAIL PROTECTED]" wrote:
>
> How do I use the loadlin?  I'm booting with a boot disk but that's more
> cumbersome.  When I type loadlin at the dos prompt it asks for an image
> file.  What image file would I give it and where would I locate it?
Usually loadling is started from a batch file. here's mine:
@echo off
c:\msdos\smartdrv.exe /C
C:\loadlin\loadlin zimage root=/dev/hdb1

The second line makes sure the smartdrive cache is empty.
The third starts loadlin. zimage is a copy from your kernel (probably at
/boot/zImage
or /vmlinuz ) You do need to copy this file to loadlin's directory.
root=/dev/hdb1 specify's where the linux partion is.

> Also, how do I get things into the /etc/fstab and /etc/mtab files so linux
> will mount them?
Don't edit mtab. edit fstab with any editor you like, but be carefull with
the internal formating.
--
Casper Gielen
mailto:[EMAIL PROTECTED]
http://home.wxs.nl/~vcmeaned
--
What's so civil about war anyway?

To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with 
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.

Reply via email to