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

make-live : wonderful!



Wufu Chen wrote:
> I have to set the http_proxy in script again

applied, use LIVE_HTTPPROXY variable.

> how about other package selections : other_pkg_sel.list

applied, use LIVE_PACKAGES variable.

>  # Cleanup
>  Chroot_exec "apt-get clean"
>  # Cleanup more : about 60M uncompress
>  Chroot_exec "rm -rf /var/cache/bootstrap"
>  Chroot_exec "rm -rf /var/cache/apt/*pkgcache.bin"

applied.

> some warning during make-live
> 
> root@1:/ <mailto:root@1:/># uname -a
> Linux finnix 2.6.15-x86-finnix2 #1 SMP Tue Jan 31 00:40:45 PST 2006 i686
> GNU/Linux
> root@1:/ <mailto:root@1:/># LIVE_MIRROR=
> http://mirrors.kernel.org/debian make-live iso
> 
> sh: gcc: command not found
> dpkg-architecture: warning: Couldn't determine gcc system type, falling
> back to default (native compilation)

you need dpkg-architecture, which is in dpkg-dev. If you install
live-package as the debian package, you already have this installed via
depends.

> ...
> P: Parsing Packages
> W: resolver (base-config): package doesn't exist
> P: Retrieving libc6
> ...

bug in cdebconf, not important.. ignore it.

> Preconfiguring packages ...
> Selecting previously deselected package squashfs-modules-2.6.15-1-486.
> (Reading database ... 10132 files and directories currently installed.)
> Unpacking squashfs-modules-2.6.15-1-486 (from
> .../squashfs-modules-2.6.15-1-486_1%3a3.0-1_i386.deb) ...
> Selecting previously deselected package unionfs-modules-2.6.15-1-486.
> Unpacking unionfs-modules-2.6.15-1-486 (from
> .../unionfs-modules-2.6.15-1-486_1.1.3+debian-1_i386.deb ) ...
> Selecting previously deselected package user-setup.
> Unpacking user-setup (from .../user-setup_1.0_all.deb) ...
> Selecting previously deselected package casper.
> Unpacking casper (from .../casper_1.39+debian-1_i386.deb) ...
> Setting up squashfs-modules-2.6.15-1-486 (3.0-1) ...
> WARNING: Couldn't open directory /lib/modules/2.6.15-x86-finnix2: No
> such file or directory
> FATAL: Could not open /lib/modules/2.6.15-x86-finnix2/modules.dep.temp
> for writing: No such file or directory
> 
> Setting up unionfs-modules-2.6.15-1-486 (1.1.3+debian-1) ...
> WARNING: Couldn't open directory /lib/modules/2.6.15-x86-finnix2: No
> such file or directory
> FATAL: Could not open /lib/modules/2.6.15-x86-finnix2/modules.dep.temp
> for writing: No such file or directory

This is because we install in a diffrent kernel-image than which you are
currently running. It is workarrounded with dpkg-reconfigure
$linux-image in the chroot, in the future we may will fake the uname
output in the chroot, in the meanwhile ignore the error, it's just cosmetic.

> Setting up user-setup (1.0) ...
> 
> Setting up casper (1.39+debian-1) ...
> cpio: ./sbin/dmsetup: No such file or directory

not important, I think.. but Marco will know more about that.

> Running depmod.
> Finding valid ramdisk creators.
> Using mkinitramfs-kpkg to build the ramdisk.
> cpio: ./sbin/dmsetup: No such file or directory
> Not updating initrd symbolic links since we are being updated/reinstalled
> (2.6.15-8 was configured last, according to dpkg)
> Not updating image symbolic links since we are being updated/reinstalled
> (2.6.15-8 was configured last, according to dpkg)
> Creating little endian 2.1 filesystem on
> /mnt/hda1/live/image/casper/filesystem.squashfs, block size 65536.
> mksquashfs: file /mnt/hda1/live/rootfs/bin/arch, uncompressed size 3304
> bytes,

See above, you can ignore it atm.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/

Reply to: