Hi, 2011/5/14 Romain Failliot <[email protected]>: > Hi! > > I'm trying to build a live hybrid-iso of debian wheezy. > My command line is: > lb config noauto \ > --clean \ > --apt apt \ > --distribution wheezy \ > --repositories live.debian.net \ > --debian-installer live \ > --debian-installer-gui true \ > --debian-installer-distribution "daily" \ > --packages-list gnome-desktop \ > --bootappend-live "locales=fr_FR.UTF-8 keyboard-layouts=fr" > > And i get this after half an hour: > WARNING: The following packages cannot be authenticated! > live-boot-initramfs-tools live-boot live-tools > This warning can be normal : it only reminds you that the packages doesn't come from a repository, whose signing key is known.
http://live.debian.net/manual/en/html/live-manual.html#358 explains it more precisely "You should also put the GPG key used to sign the repository into config/chroot_sources/your-repository.{binary,chroot}.gpg files. " Unfortunately, i don't know where to find the gpg key of live.debian.net. Maybe in the package debian-archive-keyring or something similar. > if i relaunch lb build, i get this: > Package `gdm' is not installed and no info is available. > Use dpkg --info (= dpkg-deb --info) to examine archive files, > and dpkg --contents (= dpkg-deb --contents) to list their contents. > /usr/sbin/dpkg-reconfigure: gdm is not installed > Do you stop the building of the iso, when the warning happens, or do you let it go on until it stops ? If so i guess the built just continues just where it stopped so it would expect gdm to to be installed, but if you stopped the building process the dpkg state of your chroot environment may be broken. I am not sure about that though. Try to rebuild from the beginning next time : lb clean. Regards, -- Méven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
