From d71af41ad6f039a33c04f1b61ba82c17dbd622b9 Mon Sep 17 00:00:00 2001 From: "John P. Davis" Date: Wed, 12 Nov 2003 00:29:19 +0000 Subject: [PATCH] more cleanups git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@80 d1e1f19c-881f-0410-ab34-b69fee027534 --- targets/livecd/livecd.sh | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/targets/livecd/livecd.sh b/targets/livecd/livecd.sh index 41d38c21..5407ebe4 100755 --- a/targets/livecd/livecd.sh +++ b/targets/livecd/livecd.sh @@ -1,12 +1,10 @@ #!/bin/bash # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd/Attic/livecd.sh,v 1.4 2003/11/11 15:01:12 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd/Attic/livecd.sh,v 1.5 2003/11/12 00:29:19 zhen Exp $ # Original work done by livewire@gentoo.org and drobbins@gentoo.org -# Adapted to a catalyst plugin by zhen@gentoo.org - -# we need a specfile setup for this!!! there are a ton of options that need set. +# Adapted to a catalyst plugin by zhen@gentoo.org and drobbins@gentoo.org ############################################################################################# # Variables needed for livecd creation - make sure these get defined in the spec file # @@ -313,5 +311,18 @@ case $1 in enter) clst_CHROOT clst_chroot_path + exit 0 + ;; + + run) + exit 1 ;; + pre_clean) + exit 1 + ;; + + clean) + chroot_clean + exit 0 + ;; -- 2.26.2