|
|
|
@ -49,23 +49,6 @@ if [ ! -e "/usr/share/live/build/data/debian-cd/$dist" ]; then
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Debian-installer config
|
|
|
|
|
debian_installer_opts="--debian-installer-gui true --debian-installer-distribution $dist"
|
|
|
|
|
|
|
|
|
|
case "$arch" in
|
|
|
|
|
amd64)
|
|
|
|
|
debian_installer_opts="$debian_installer_opts --debian-installer live"
|
|
|
|
|
;;
|
|
|
|
|
i386)
|
|
|
|
|
debian_installer_opts="$debian_installer_opts --debian-installer live --linux-flavours 686-pae"
|
|
|
|
|
;;
|
|
|
|
|
*)
|
|
|
|
|
echo "WARNING: configuration not tested on arch $arch" >&2
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
# add installer opts to lb config call
|
|
|
|
|
lb_opts="$lb_opts $debian_installer_opts"
|
|
|
|
|
|
|
|
|
|
# create some directories which we will need later
|
|
|
|
|
mkdir -p config/package-lists
|
|
|
|
|
mkdir -p config/includes.chroot
|
|
|
|
|