Re: subscribe
Sven Garbade <sven@lili.uni-bielefeld.de> writes:
> 1. First, the Linux Loader LILO doesn't work correctly.
>
> # LILO configuration file
> #
> # Start LILO global section
> lock
> boot = /dev/hda
Try boot=/dev/hda2
You can get the old MBR back with "fdisk /MBR" (the fdisk from DOS)
> Partition table (fdisk):
> ------------------------
>
> Disk /dev/hda: 64 heads, 63 sectors, 1023 cylinders
> Units = cylinders of 4032 * 512 bytes
>
> Device Boot Begin Start End Blocks Id System
> /dev/hda1 * 1 1 204 411232+ 6 DOS 16-bit =32M
> /dev/hda2 205 205 1022 1649088 5 Extended
> /dev/hda5 * 205 205 245 82624+ 83 Linux native
^
|
Only one partition should be active. With my above suggestion, it
should be hda2
>
> 2. I've installed XEmacs. The keys "Backspace" and "Delete" work both as "Backspace".
> I'd like it, that "Delete" works as "Control-D" (^D).
Try M-x load-library delbackspace, or insert (load "delbackspace") in ~/.emacs
- Sten Anderson
PS. To subscribe send a message to debian-user-request@lists.debian.org
with the word subscribe in the body.
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to:
- References:
- subscribe
- From: Sven Garbade <sven@lili.uni-bielefeld.de>