Skip to content

Commit

Permalink
Only calling install-keymap if it's actually installed, which is alwa…
Browse files Browse the repository at this point in the history
…ys but in minimal images the case though (Closes: #517153).
  • Loading branch information
daniel-baumann committed Mar 6, 2009
1 parent d8479b7 commit 78c034b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live-bottom/19keyboard
Expand Up @@ -93,7 +93,7 @@ then
live-preseed /root console-setup/codesetcode '' false

sed -i 's/CONSOLE_SCREEN=$/CONSOLE_SCREEN=setupcon/; t END; b; : END; n; b END' /root/etc/init.d/usplash
else
elif [ -e /root/usr/sbin/install-keymap ]
chroot /root /usr/sbin/install-keymap ${kbd}
live-preseed /root debian-installer/keymap "${kbd}"
live-preseed /root kbd-chooser/method "${kbd}"
Expand Down

0 comments on commit 78c034b

Please sign in to comment.