Thank you Daniel, I just checked and that problem with backports is resolved. However, I've hit another issue. During my live build, I get this error:
... [2013-10-02 16:09:02] lb chroot_hacks P: Begin executing hacks... update-initramfs: Generating /boot/initrd.img-3.10-0.bpo.3-486 df: Warning: cannot read table of mounted file systems: No such file or directory libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not open moddep file '/lib/modules/3.8.0-26-generic/modules.dep.bin' W: intel-microcode: cpuid kernel driver missing W: intel-microcode: disabling IUCODE_TOOL_SCANCPUS option live-boot: core filesystems devices utils udev wget blockdev. gzip: chroot/boot/initrd.img-3.10-0.bpo.3-486: not in gzip format [2013-10-02 16:09:06] lb chroot_interactive ... I looked at what the chroot_hacks file is doing, and tried to call update-initramfs manually corey@ubuntu:~/src/fixmestick-live/i386$ sudo chroot chroot root@ubuntu:/# ls -l boot/ total 3984 -rw-r--r-- 1 root root 1741837 Sep 30 07:01 System.map-3.10-0.bpo.3-486 -rw-r--r-- 1 root root 150529 Sep 30 07:01 config-3.10-0.bpo.3-486 -rw-r--r-- 1 root root 23 Oct 2 20:09 initrd.img-3.10-0.bpo.3-486 <= Note the size is 23 -rw-r--r-- 1 root root 2177840 Sep 30 07:00 vmlinuz-3.10-0.bpo.3-486 root@ubuntu:/# update-initramfs -k all -t -u update-initramfs: Generating /boot/initrd.img-3.10-0.bpo.3-486 df: Warning: cannot read table of mounted file systems: No such file or directory warning: failed to read mtab grep: /proc/cpuinfo: No such file or directory grep: /proc/cpuinfo: No such file or directory live-boot: core filesystems devices utils udev wget blockdev. root@ubuntu:/# ls -l boot total 20076 -rw-r--r-- 1 root root 1741837 Sep 30 07:01 System.map-3.10-0.bpo.3-486 -rw-r--r-- 1 root root 150529 Sep 30 07:01 config-3.10-0.bpo.3-486 -rw-r--r-- 1 root root 16482283 Oct 2 20:24 initrd.img-3.10-0.bpo.3-486 <= Note the size looks good now -rw-r--r-- 1 root root 2177840 Sep 30 07:00 vmlinuz-3.10-0.bpo.3-486 So- why am I able to call update-initramfs, but seemingly the same command isn't working from live-build? Any ideas? Thanks, Corey On Wed, Oct 2, 2013 at 2:43 PM, Daniel Baumann < [email protected]> wrote: > On 10/01/2013 03:31 PM, Corey Velan wrote: > > What dies package not available mean? > > that it is not available, yet (when it's not build by the autobuilder > just yet) or not anymore (when it got removed). > > > How can I work around this? > > wait; if situation doesn't change over the course of a couple of days, > contact backports people and ask them to look into it. there's nothing > we can do about it here. > > -- > Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern > Email: [email protected] > Internet: http://people.progress-technologies.net/~daniel.baumann/ > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: > http://lists.debian.org/[email protected] > > -- [image: FixMeStick: Stick it to viruses!] Corey Velan Co-founder 514.220.8207 [email protected] www.FixMeStick.com <http://www.fixmestick.com/>
