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

make-live : wonderful!



Hello
     I have a try about make-live:
below is my comments:
first all , It's wonderful and easy way to create live cd
a)how about proxy support ?

I have to set the http_proxy in script again

Chroot_exec ()
{
 # Execute commands in chroot
 chroot "${LIVE_ROOT}"/rootfs /usr/bin/env -i HOME="/root" \
   http_proxy="http://192.168.79.1:5865/";  \
  TERM="${TERM}" PATH="/usr/sbin:/usr/bin:/sbin:/bin" ${1}
}

b)how about other package selections : other_pkg_sel.list (eg: deb for local
enviroment)?
make-live [other_pkg_sel.list]

c)clean :

 # 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"


d)some warning during make-live

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:/# 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)

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


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

Setting up user-setup (1.0) ...

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

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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.debian-unofficial.org/pipermail/live/attachments/20060325/839d8823/attachment.html

Reply to: