diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:25 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:25 +0200 |
| commit | 4042b2eda2107dda511a29ae376d9724e0fd7a33 (patch) | |
| tree | 3872d4fadff8835fb5bd6675d27e439b29351807 /scripts/casper-bottom/19keyboard | |
| parent | 6089202e090aa2d84c670251196c42ba128f3caf (diff) | |
| download | live-boot-4042b2eda2107dda511a29ae376d9724e0fd7a33.tar.gz live-boot-4042b2eda2107dda511a29ae376d9724e0fd7a33.zip | |
Adding casper 1.71+debian-1.
Diffstat (limited to 'scripts/casper-bottom/19keyboard')
| -rwxr-xr-x | scripts/casper-bottom/19keyboard | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/casper-bottom/19keyboard b/scripts/casper-bottom/19keyboard index d738faf..1d833ad 100755 --- a/scripts/casper-bottom/19keyboard +++ b/scripts/casper-bottom/19keyboard @@ -3,7 +3,7 @@ PREREQ="" DESCRIPTION="Setting up keyboard..." -. /scripts/functions +. /scripts/casper-functions prereqs() { @@ -39,7 +39,7 @@ for x in $(cat /proc/cmdline); do done if [ "$cslayout" ] && [ -x /root/bin/setupcon ] && \ - [ -f /etc/default/console-setup ]; then + [ -f /root/etc/default/console-setup ]; then chroot /root sed -i "s/^XKBLAYOUT=.*/XKBLAYOUT=\"$cslayout\"/" \ /etc/default/console-setup if [ "$csvariant" ]; then |
