Re: Adding a new keymap to Anaconda.

2001-02-11 Thread Matt Wilson
To load an initrd from a second disk, pass: load_ramdisk=1 to the kernel as a parameter and don't specify an initrd. The kernel will prompt you to insert your ramdisk. The ramdisk can be a simple ext2 filesystem, or a compressed (gzip) ext2 filesystem. Matt On Sun, Feb 11, 2001 at 01:54:22PM

Re: Adding a new keymap to Anaconda.

2001-02-11 Thread William F. Acker WB2FLW +1-303-777-8123
Hi, Matt, Thanks for the explanation! It works well as far as I can tell. I needed to modify the fisher version of updkmaps to point to /lib/kbd/keymaps where the info now resides. However, I've run into a brick wall that I knew was always waiting on the floppy. Does anyone know how

Re: Adding a new keymap to Anaconda.

2001-02-10 Thread Matt Wilson
Basically you want to place the keymap file into /lib/kbd/keymaps and run "make i386" from the keymaps directory. This will give you keymaps-i386. This can be placed in /etc/keymaps.gz on the installer's initrd. Matt On Sat, Feb 10, 2001 at 07:28:27PM -0700, William F. Acker WB2FLW +1-303-777-