aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config-berlin.sh
blob: 22274ad35fc2e8e74fa154adda98d5da2a3c6e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
image="$1"
if test "$image" = ""; then
	echo "usage: $0 <image>"
	exit 1
fi
set -ex
virt-customize -a "$image"		\
	--no-network			\
	--timezone "Europe/Berlin"	\
	--write "/etc/vconsole.conf:KEYMAP=de-nodeadkeys"