Sponsored Content
Full Discussion: Discussion culture
The Lounge What is on Your Mind? Discussion culture Post 303040945 by vbe on Sunday 10th of November 2019 10:56:14 AM
Old 11-10-2019
Greetings

I agree with all that has been written here so far, and to a certain extent explains why I have so little posts here for the time spent... I used to help by trying to get people involved in finding ( maybe together...) a solution, as in my opinion a solution you found, even if helped has far greater value, the sweat you put into finding your solution, you will always remember... anything given to you you have not past some time in brainstorming, thinking and most important understand, will not bring you anything, 4 months past you will ask the same question again... That is why I used to reply to un-replied but there doing so very often my attempt to help through asking the other party to invest some time and work ended stupidly by someone giving a solution and so I felt like a fool... It can be very frustrating when one wants to solve something in UNIX ( I understand using what UNIX offers without having to use a specific language, that means with commands and the power of the shell ) and someone comes along with a solution in awk, sed or Perl...
In other words, we all agree here on what we expected only we are not all the users.... and we have to accept others are very happy with any shortcuts that avoid them thinking and get them out of trouble, only you see next posts from the same asking why he tried to apply or modify for another server, or different apps etc... and it fails, and ask again help, only this time he can put some code, the given previously...
Unless the thread owner takes his responsibilities and replies to the shortcut offer, he is not interested because he wants to learn and mostly understand what he is doing, there is not much we can do to get people more verbous and accept to communicate and truly share...
 
INSTALL-KEYMAP(8)					      System Manager's Manual						 INSTALL-KEYMAP(8)

NAME
install-keymap -- expand a given keymap and install it as boot-time keymap SYNOPSIS
install-keymap [keymap-name | NONE | KERNEL] DESCRIPTION
install-keymap usually takes a keymap-name as argument. The file is passed to loadkeys for loading, so that valid values for this argument are the same than that of arguments to loadkeys. install-keymap expands include-like statements in that file, and puts the result in /etc/console/boottime.kmap.gz, which will be loaded into the kernel at boot-time. One may also specify KERNEL instead of a keymap name, causing /etc/console/boottime.kmap.gz to be removed, making sure that no custom keymap will replace the kernel's builtin keymap at next reboot. An argument of NONE tells the command to do nothing. It can be used by caller scripts to avoid handling this special case and needlessly duplicate code. The purpose of this processing is to solve an annoying problem, of 2 apparently conflicting issues. The first one is an important goal of keymap management in Debian, namely ensuring that whenever the user or admin is expected to use the keyboard, the keymap selected as boot- time keymap is in use; this means the keymap has to be loaded before a shell is ever proposed, which means very early in the booting process, and especially before all local filesystems are mounted (/etc/rcS.d/S10checkroot.sh can spawn sulogin). The second issue is that for flexibility we allow that /usr or /usr/share may live on their own partition(s), and thus /usr/share/keymaps, where keymap files live, may not be available for reading at the time we need a keymap file. And no, we won't put 1Mb of keymaps in the root partition just for this. And the problem is, most keymap files are not self-contained, so it does not help to just copy the selected file into the root partition. The best known solution so far is to expand the keymap file so that it becomes self-contained, and put it in the root partition. That's what this tool does. FILES
/etc/console/boottime.kmap.gz Where the boot-time keymap is stored SEE ALSO
loadkeys (8). AUTHOR
This program and manual page were written by Yann Dirson dirson@debian.org for the Debian GNU/Linux system, but as it should not include any Debian-specific code, it may be used by others. INSTALL-KEYMAP(8)
All times are GMT -4. The time now is 09:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy