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

normal system



Hi all!
I want to know if can do a system without the live part (without the
squash )

i only need add some packages to file packages-list/test-no-live.binary
and use it as normal debian-installer iso image.

i just found the option --system [live|normal] but i have a error at
building process, i research to detect if a bug or a miss configuration
settings.

my auto/config is (version 3.0.5-1):

#!/bin/sh

set -e

if [ -z "$CACHER" ]; then
  MIRROR="http://ftp.debian.org/debian/";
  MIRROR_SECURITY="http://security.debian.org/";
else
  MIRROR="http://$CACHER/ftp.debian.org/debian/";
  MIRROR_SECURITY="http://$CACHER/security.debian.org/";
fi

lb config noauto \
    --apt apt \
    --apt-indices false \
    --apt-recommends false \
    --architecture amd64 \
    --archive-areas 'main contrib non-free' \
    --debian-installer true \
    --zsync false \
    --debug \
    --distribution wheezy \
    --iso-application 'Just installer' \
    --iso-publisher 'just installer' \
    --iso-volume 'just installer' \
    --keyring-packages 'debian-archive-keyring mate-archive-keyring' \
    --parent-mirror-chroot $MIRROR \
    --parent-mirror-chroot-security $MIRROR_SECURITY \
    --parent-mirror-chroot-updates $MIRROR \
    --mirror-debian-installer $MIRROR \
    --system normal \
    "${@}"

and the related part of log is:

Setting up libxcomposite1:amd64 (1:0.4.3-2) ...
Setting up libxfixes3:amd64 (1:5.0-4+deb7u1) ...
Setting up libxcursor1:amd64 (1:1.1.13-1+deb7u1) ...
Setting up libxdamage1:amd64 (1:1.1.3-2) ...
Setting up libxext6:amd64 (2:1.3.1-2+deb7u1) ...
Setting up libxi6:amd64 (2:1.6.1-1+deb7u1) ...
Setting up libxinerama1:amd64 (2:1.1.2-1+deb7u1) ...
Setting up libxrandr2:amd64 (2:1.3.2-2+deb7u1) ...
Setting up shared-mime-info (1.0-1+b1) ...
Setting up libgtk-3-0:amd64 (3.4.2-6) ...
Setting up librsvg2-2:amd64 (2.36.1-1) ...
Setting up librsvg2-bin (2.36.1-1) ...
Setting up syslinux-common (2:4.05+dfsg-6+deb7u1) ...
Setting up syslinux (2:4.05+dfsg-6+deb7u1) ...
cp: cannot stat `/root/isolinux/libcom32.c32': No such file or directory
cp: cannot stat `/root/isolinux/ldlinux.c32': No such file or directory
cp: cannot stat `/root/isolinux/libutil.c32': No such file or directory
mv: no se puede efectuar `stat' sobre «binary/live/vmlinuz-*»: No existe
el fichero o el directorio
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...

the full log is attached

-- 
Fernando Toledo
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar

Attachment: build.log.gz
Description: GNU Zip compressed data


Reply to: