Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236905 | Differences between
and this patch

Collapse All | Expand All

(-)a/catalyst/targets/stage4.py (-2 / +3 lines)
Lines 18-24 class stage4(StageBase): Link Here
18
			"stage4/root_overlay","stage4/fsscript",\
18
			"stage4/root_overlay","stage4/fsscript",\
19
			"stage4/gk_mainargs","splash_theme",\
19
			"stage4/gk_mainargs","splash_theme",\
20
			"portage_overlay","stage4/rcadd","stage4/rcdel",\
20
			"portage_overlay","stage4/rcadd","stage4/rcdel",\
21
			"stage4/linuxrc","stage4/unmerge","stage4/rm","stage4/empty"])
21
			"stage4/linuxrc","stage4/unmerge","stage4/rm",\
22
                        "stage4/empty","stage4/users"])
22
		StageBase.__init__(self,spec,addlargs)
23
		StageBase.__init__(self,spec,addlargs)
23
24
24
	def set_cleanables(self):
25
	def set_cleanables(self):
Lines 30-36 class stage4(StageBase): Link Here
30
			"bind","chroot_setup","setup_environment","build_packages",\
31
			"bind","chroot_setup","setup_environment","build_packages",\
31
			"build_kernel","bootloader","root_overlay","fsscript",\
32
			"build_kernel","bootloader","root_overlay","fsscript",\
32
			"preclean","rcupdate","unmerge","unbind","remove","empty",\
33
			"preclean","rcupdate","unmerge","unbind","remove","empty",\
33
			"clean"]
34
			"clean","users"]
34
35
35
#		if "TARBALL" in self.settings or \
36
#		if "TARBALL" in self.settings or \
36
#			"fetch" not in self.settings['options']:
37
#			"fetch" not in self.settings['options']:
(-)a/targets/stage4/stage4-controller.sh (+1 lines)
Lines 53-58 case $1 in Link Here
53
	;;
53
	;;
54
54
55
	livecd-update)
55
	livecd-update)
56
		export clst_livecd_users="{clst_stage4_users}"
56
		# Now, finalize and tweak the livecd fs (inside of the chroot)
57
		# Now, finalize and tweak the livecd fs (inside of the chroot)
57
		exec_in_chroot ${clst_shdir}/support/livecdfs-update.sh
58
		exec_in_chroot ${clst_shdir}/support/livecdfs-update.sh
58
59

Return to bug 236905