diff options
author | David Härdeman <david@austin.(none)> | 2007-04-12 21:56:32 +0200 |
---|---|---|
committer | David Härdeman <david@austin.(none)> | 2007-04-12 21:56:32 +0200 |
commit | 1541218fe148cfae9c3a4ce84e7fd6692f3d2028 (patch) | |
tree | 94ed1a69e1aea03c37cfde1237c64a54e00e3469 /initramfs.conf.5 | |
parent | fdbdb7193427633c6ac8574f5416058b3b70e305 (diff) | |
download | initramfs-tools-1541218fe148cfae9c3a4ce84e7fd6692f3d2028.tar.gz initramfs-tools-1541218fe148cfae9c3a4ce84e7fd6692f3d2028.zip |
Add support for loading keymaps. (closes: 337663)
Diffstat (limited to 'initramfs.conf.5')
-rw-r--r-- | initramfs.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/initramfs.conf.5 b/initramfs.conf.5 index e685298..55d6629 100644 --- a/initramfs.conf.5 +++ b/initramfs.conf.5 @@ -40,6 +40,13 @@ If set to 'n' will build an initramfs without busybox. Beware that many boot scripts need busybox utilities. +.TP +\fB KEYMAP +If set to 'y', the console keymap will be loaded during the initramfs stage. +The keymap will anyway be loaded by the initscripts later, and the packages +that might need input will normally set this variable automatically, so there +should normally be no need to set this. + .SH NFS VARIABLES .TP \fB BOOT |