diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:37 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | 0a1b827c113b85f48bcd58e64ccd94d094b9bd8a (patch) | |
| tree | d83a31c0fdd90c55379666f5962df9c1ea6e43d4 /scripts/live-bottom/20xconfig | |
| parent | ccea277caf476cdfef4c0f953df5a97062d8be42 (diff) | |
| download | live-boot-0a1b827c113b85f48bcd58e64ccd94d094b9bd8a.tar.gz live-boot-0a1b827c113b85f48bcd58e64ccd94d094b9bd8a.zip | |
Adding live-initramfs 1.87.5-1.
Diffstat (limited to 'scripts/live-bottom/20xconfig')
| -rwxr-xr-x | scripts/live-bottom/20xconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index 161215b..1105e4a 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -43,7 +43,7 @@ if [ -n "${XDEBCONF}" -a -x /root/usr/sbin/xdebconfigurator ]; then chroot /root /usr/sbin/xdebconfigurator fi -if [ "${BUILD_SYSTEM}" == "Ubuntu" ]; then +if [ "${BUILD_SYSTEM}" = "Ubuntu" ]; then chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null <<EOF set xserver-xorg/autodetect_keyboard true fset xserver-xorg/autodetect_keyboard seen true |
