Your message dated Sun, 27 Dec 2009 19:50:05 +0100 with message-id <[email protected]> and subject line Re: Bug#562741: live-helper: boot failed has caused the Debian Bug report #562741, regarding live-helper: boot failed to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 562741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562741 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: live-helper Version: 2.0~a3-1 Severity: normal I attach a screenshot and the script I used to build the cd image. -- Package-specific info: -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages live-helper depends on: ii cdebootstrap 0.5.5 Bootstrap a Debian system Versions of packages live-helper recommends: ii gettext-base 0.17-4 GNU Internationalization utilities Versions of packages live-helper suggests: ii dosfstools 3.0.1-1 utilities for making and checking ii fakeroot 1.11 Gives a fake root environment ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-47lenny2 GRand Unified Bootloader (Legacy v pn memtest86+ | memtest86 <none> (no description available) ii mtools 3.9.11-1 Tools for manipulating MSDOS files pn parted <none> (no description available) pn squashfs-tools | genext2fs <none> (no description available) ii sudo 1.6.9p17-2 Provide limited super user privile ii syslinux 2:3.71+dfsg-5 utilities for the syslinux bootloa pn uuid-runtime <none> (no description available) pn win32-loader <none> (no description available) -- no debconf information<<attachment: bimbotux_boot_failed.png>>
#!/bin/sh lh config --bootappend-live "locale=it_IT.UTF-8 keyb=it" \ --hostname bimbotux \ -d squeeze \ --mirror-binary "http://ftp.it.debian.org/debian/" \ --mirror-bootstrap "http://localhost:9999/debian/" \ --debian-installer live \ --debian-installer-distribution=daily \ --debian-installer-gui disabled cp ../bimbotuxpkg config/chroot_local-packageslists cp ../chroot config/ # ATTENZIONE, ricreare questo file ad ogni aggiornamento di live helper! mkdir -p config/chroot_local-includes/etc/skel/.fvwm/ cp ../.fvwm2rc config/chroot_local-includes/etc/skel/.fvwm/ cp ../sudoers config/chroot_local-includes/etc/ cp ../.gtkrc-2.0 config/chroot_local-includes/etc/skel/ mkdir -p config/chroot_local-includes/etc/X11/ cp ../Xwrapper.config config/chroot_local-includes/etc/X11/ mkdir -p config/chroot_local-includes/usr/bin/ cp ../startx.sh config/chroot_local-includes/usr/bin/ cp ../.bash_profile config/chroot_local-includes/etc/skel/ mkdir -p config/chroot_local-includes/usr/share/applications/ cp ../supertux.desktop config/chroot_local-includes/usr/share/applications/ cp ../.ri-li.pref config/chroot_local-includes/etc/skel/
--- End Message ---
--- Begin Message ---Done -- .' `. | Registered Linux User #443882 |a_a | | http://counter.li.org/ .''`. \<_)__/ +--- : :' : /( )\ ---+ `. `'` |\`> < /\ Registered Debian User #9 | `- \_|=='|_/ http://debiancounter.altervista.org/ |
--- End Message ---
