[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#603974: Logs of live-installer runs



Too ease the resolution of this bug, I attached the log of debian installer 
with live-installer with and without a "Depends: console-setup-udeb" in the 
live-installer debian/control file.

In the nodep install I got XKBLAYOUT="us" instead of "it" in 
/etc/default/keyboard and calling setupcon at first reboot didn't fixed the 
keyboard layout.

Having console-setup-udeb as dependency of live-installer produced a correct 
value for XKBLAYOUT (it), still setupcon at first reboot does not fix keyboard 
layout.

Using the live-installer with explicit calls for console-setup-udeb (idea took 
from auto-install postinst) still does not fix the keyboard console but fix it 
after a "setupcon" invocking upon first reboot.

Test system description:

The images were generated with those auto/config files and Makefile attached 
(there for convenience), with a live-build that includes console-setup-udeb 
and with live-installer patched as mentioned and put in config/binary_local-
udebs/ as needed.

-- 
ESC:wq

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Attachment: debian-live-nodep-syslog.txt.gz
Description: GNU Zip compressed data

#!/usr/bin/make -f

ISOFILE := $(shell echo live_rb_`date +%F`.iso)
IMAGE := binary-hybrid.iso

default: config build

config:
	lb config

build: $(IMAGE)

$(IMAGE):
	su-to-root -c "lb build"

test: $(IMAGE)
	su-to-root -c "qemu -boot d -cdrom binary.iso -m 256 -net nic,vlan=0 -net user,vlan=0 -net nic,vlan=1 -net tap,vlan=1 -hda hda.qcow2"

clean:
	-su-to-root -c "lb clean"
	-find config -maxdepth 1 -type f -delete

clean_mounts:
	-su-to-root -c "lb chroot_sysfs remove"
	-su-to-root -c "lb chroot_proc remove"
	-su-to-root -c "lb chroot_devpts remove"

set_mounts:
	-su-to-root -c "lb chroot_sysfs install"
	-su-to-root -c "lb chroot_proc install"
	-su-to-root -c "lb chroot_devpts install"

dist_clean: clean
	-su-to-root -c "lb clean --purge"

.PHONY: clean config

Attachment: config
Description: application/shellscript


Reply to: