Changeset 3b43e17b for Config.in


Ignore:
Timestamp:
03/09/2019 08:11:37 AM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
426c618
Parents:
90f5b6d
Message:

Generate console files:

  • add variables LOCAL (y is hw clock set to local time) and LOG_LEVEL (sysv)
  • generate /etc/sysconfig/console (sysv) or /etc/vconsole.conf (systemd)
  • generate /etc/adjtime (only systemd)
  • remove UNICODE and FONTMAP variables (jhalfs makes unicode default)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r90f5b6d r3b43e17b  
    10511051            string "Console font"
    10521052            default "lat0-16"
    1053         config FONTMAP
    1054             string "Font map (-m option to setfont)"
    1055             default "8859-1"
    1056         config UNICODE
    1057             bool "Unicode mode"
    1058             default y
     1053            help
     1054                Unicode mode is set by default. Setting FONT_MAP, FONT_UNIMAP,
     1055                etc, must be done manually.
    10591056        config KEYMAP
    10601057            string "Keymap name"
    10611058            default "us"
     1059        config LOCAL
     1060            boolean "Hardware clock is set to local time"
     1061            default n
     1062            help
     1063                If the harware clock is set to local time, answer yes,
     1064                If it is set to UTC, answer no
     1065        config LOG_LEVEL
     1066            string "Default log level (1-8)"
     1067            default "4"
     1068            depends BOOK_LFS
     1069            help
     1070                This can be changed using dmesg. 1 means "no message",
     1071                8 shows every message sent by the kernel, which is very
     1072                noisy. The default at boot time is 7, which is quite
     1073                noisy too.
    10621074    endmenu # Console configuration
    10631075
Note: See TracChangeset for help on using the changeset viewer.