Hi, everyone. I'm Luis from México, and iḿ using live-build 3.0~a47-1. Iḿ developing a Wheezy version and i want to provide a live system with several features:
******* Regional locales (es_MX.UTF-8) ******* México is located in LatinAmerica so the keyboard distribution is latam ******* Most of Mexican territory uses central time, so the value for time zone is: Mexico/General. I want to use those values in the debian installer, so the instalation process can be as easy as possible for the newbies users. Here's the lb config command that i've used: lb config -a i386 -b iso-hybrid --bootappend-live "persistent silent quickreboot hostname=halconix username=halconix user-fullname=Halconix UV locales=es_MX.UTF-8 keyboard-layouts=latam timezone=Mexico/General" --bootloader syslinux --bootstrap debootstrap --debian-installer live --debian-installer-distribution wheezy --debian-installer-gui true --distribution wheezy --includes none --interactive shell --initramfs live-boot -k 686 --memtest none -m http://mmc.geofisica.unam.mx/debian/ -p gnome --parent-mirror-binary http://mmc.geofisica.unam.mx/debian/ --archive-areas "main contrib non-free" --firmware-binary true --firmware-chroot true --syslinux-theme 'halconix' --win32-loader false and according to the Live Manual section 12.2: "This kind of customization is best accomplished with live-build by placing the configuration in a preseed.cfg file included in config/binary_debian-installer/". So i've created a preseed.cfg file which include this settings: -------------------------------------------------------------------------------------------------------------------- # Configuración del Idioma. d-i debian-installer/language string es d-i debian-installer/country string MX d-i debian-installer/locale string es_MX.UTF-8 # Selección de teclado d-i console-tools/archs select at d-i console-keymaps-at/keymap select latam d-i keyboard-configuration/xkb-keymap select latam # configurar la Red d-i netcfg/enable boolean false #Reloj del sistema d-i time/zone string Mexico/General ---------------------------------------------------------------------------------------------------------------------------- i've copied this preseed.cfg file to config/binary_debian-installer, after that i've hit lb build 2>&1 | tee binary.log. when i tested the binary-hybrid.iso. D-I not consider the preseed file, it starts as a normal installation questioning about the Language, keyboard,etc etc. Searching in the contents of the .iso file i've noticed that the preseed file is included in /install where the initrd and vmlinuz are, but as far as i know that file should be inside of the initrd and not on the outside. i've also try two differents ways to preseed d-i: **** one using the --bootappend-install "d-i debian-installer/language string es d-i debian-installer/country string MX d-i debian-installer/locale string es_MX.UTF-8 d-i console-tools/archs select at d-i console-keymaps-at/keymap select latam d-i keyboard-configuration/xkb-keymap select latam d-i netcfg/enable boolean false d-i time/zone string Mexico/General" command **** one using the --debian-installer-preseedfile /home/halconix/Escritorio/Construccion_Halconix/preseed.cfg command. the result was the same, d-i does not contain any presed configuration. What can i do?, i've also want to modify the artistic aspect of d-i including new images in /usr/share/graphics directory of the gtk's initrd. Shuould i build my own initrd using the rootskel-gtk package? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/cadkh4t9gwi7+jckxnuv80wtqd-h400ntpcllz3bup+y4tvr...@mail.gmail.com
