# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 12 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/livecd-stage1/livecd-stage1-controller.sh,
+ targets/support/livecdfs-update.sh:
+ Removed the generation of grppkgs.txt since the Installer now uses vdb
+ directly.
+
09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/create-iso.sh:
Fix creation of the EFI images. Since it is FAT, we can't go around
shift
export clst_packages="$*"
mkdir -p ${clst_chroot_path}/usr/livecd
- echo "${clst_packages}" > ${clst_chroot_path}/usr/livecd/grppkgs.txt
exec_in_chroot \
${clst_sharedir}/targets/${clst_target}/${clst_target}-chroot.sh
;;
# This is my hack to reduce tmpfs usage
mkdir -p /usr/livecd
[ -d /etc/gconf ] && mv -f /etc/gconf /usr/livecd
- if [ -e /usr/livecd/grppkgs.txt ]
- then
- rm -f /usr/livecd/grppkgs.txt
- fi
if [ -e /usr/livecd/kernelpkgs.txt ]
then
rm -f /usr/livecd/kernelpkgs.txt
touch /etc/startx
;;
* )
- if [ -e /usr/livecd/grppkgs.txt ]
- then
- rm -f /usr/livecd/grppkgs.txt
- fi
if [ -e /usr/livecd/kernelpkgs.txt ]
then
rm -f /usr/livecd/kernelpkgs.txt