# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $
+ 22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/livecd_stage2_target.py, targets/support/livecdfs-update.sh:
+ Added a patch from Bardur Arantsson <bugs-gentoo.org@scientician.net> which
+ resolves an issue where a variable could be accessed unitialized in obscure
+ circumstances. This is wrt bug #144984.
+
22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
modules/generic_stage_target.py, modules/livecd_stage2_target.py,
modules/stage2_target.py, modules/stage4_target.py:
def unpack(self):
unpack=True
+ display_msg=None
clst_unpack_hash=read_from_clst(self.settings["autoresume_path"]+"unpack")
if not os.path.exists(self.settings["pkgcache_path"]):
os.makedirs(self.settings["pkgcache_path"],0755)
+ if not display_msg:
+ raise CatalystError,"Could not find appropriate source. Please check the 'source_subpath' setting in the spec file."
+
print display_msg
cmd(unpack_cmd,error_msg,env=self.env)
/home/${username}/Desktop
cp -f /usr/share/applications/installer-dialog.desktop \
/home/${username}/Desktop
- sed -i -e 's:Exec=installer-dialog:Exec=sudo installer-dialog:' \
+ sed -i -e \
+ 's:Exec=installer-dialog:Exec=sudo installer-dialog:' \
/home/${username}/Desktop/installer-dialog.desktop
sed -i -e 's:Exec=installer-gtk:Exec=installer:' \
/home/${username}/Desktop/installer-gtk.desktop