Bigger vconsole font only for gpdp2
This commit is contained in:
parent
092d6884d0
commit
3fb2a62c01
2 changed files with 10 additions and 1 deletions
|
@ -18,7 +18,7 @@ package {'vim': ensure => installed}
|
|||
file {'/etc/vconsole.conf':
|
||||
ensure => file,
|
||||
backup => false,
|
||||
content => "KEYMAP=de-latin1-nodeadkeys\nFONT=latarcyrheb-sun32\n",
|
||||
content => "KEYMAP=de-latin1-nodeadkeys\n",
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
|
|
|
@ -5,6 +5,15 @@
|
|||
# standards
|
||||
#
|
||||
|
||||
file {'/etc/vconsole.conf':
|
||||
ensure => file,
|
||||
backup => false,
|
||||
content => "KEYMAP=de-latin1-nodeadkeys\nFONT=latarcyrheb-sun32\n",
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0644',
|
||||
}
|
||||
|
||||
file {'/etc/X11/xorg.conf.d/00-keyboard.conf':
|
||||
ensure => file,
|
||||
backup => false,
|
||||
|
|
Reference in a new issue