[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV extension languages for Lynx
From: |
John E. Davis |
Subject: |
Re: LYNX-DEV extension languages for Lynx |
Date: |
Sun, 11 Jan 1998 12:15:45 -0500 |
On Sun, 11 Jan 1998 15:31:13 +0900 (JST), Nelson Henry Eric <address@hidden>
said:
>For those interested, the story continues with LILO. Man, is it hard
>to get that thing to work (FreeBSD was such a breeze). The best I've
I found lilo to be quite simple to install. When building a new
kernel, I simply use `make zlilo'. To install lilo, it is only
necessary to type `lilo'. My /etc/lilo.conf looks like:
boot = /dev/sda
compact
delay = 50 # optional, for systems that boot very quickly
vga = normal # force sane state
ramdisk = 0 # paranoia setting
root = current # use "current" root
image = /vmlinuz
label = linux
image = /vmlinuz.old
label = linux.old
other = /dev/sda1
table = /dev/sda
label = win95
This means that `vmlinuz' must be located in the root directory (/).
On some systems, it is in /boot.
--John
- Re: LYNX-DEV extension languages for Lynx, (continued)
- Re: LYNX-DEV extension languages for Lynx, David Combs, 1998/01/08
- Re: LYNX-DEV extension languages for Lynx, Nelson Henry Eric, 1998/01/08
- Re: LYNX-DEV extension languages for Lynx, Nelson Henry Eric, 1998/01/09
- Re: LYNX-DEV extension languages for Lynx, David Combs, 1998/01/10
- Re: LYNX-DEV extension languages for Lynx, David Combs, 1998/01/10
- Re: LYNX-DEV extension languages for Lynx, David Combs, 1998/01/10
- Re: LYNX-DEV extension languages for Lynx, Nelson Henry Eric, 1998/01/11
- Re: LYNX-DEV extension languages for Lynx,
John E. Davis <=