# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 04 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> +TODO,
+ modules/generic_stage_target.py, targets/support/livecdfs-update.sh:
+ Added TODO. Changed create_handbook_icon call to only be called if
+ /docs/handbook/index.html exists on the disk or in livecd/overlay.
+
30 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/support/kmerge.sh:
Run sed on KERNELVERSION to escape the slashes so we can use it in another
30 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/support/kmerge.sh:
- Modify test to run if package.provided exists instead of if it doesn't Run
- sed on the correct file
+ Modify test to run if package.provided exists instead of if it doesn't.
+ Run sed on the correct file.
27 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
targets/support/chroot-functions.sh:
--- /dev/null
+- Remove spec_prefix from all exported variables
+- sign materials automatically
+- create logs
+- send emails
+- separate out options that control catalyst versus the package manager
rm -f /var/log/lastlog && touch /var/log/lastlog
# Create our Handbook icon
- create_handbook_icon
+ [ -e /docs/handbook/index.html ] && create_handbook_icon
+ [ -n "${clst_livecd_overlay}" ] && [ -e ${clst_livecd_overlay}/docs/handbook/index.html ] && create_handbook_icon
# Copy our icons into place and build home directories
if [ -n "${clst_livecd_users}" ]