Added in 2008 with a commit message saying

        Added code to livecd-stage1 to generate a package list, which
        will be used in livecd-stage2 with the upcoming livedvd
        livecd/type to fetch the distfiles automatically.

which sounds like a nice plan, but until it's implemented we don't need
this code.

Fixes: a97c7ee4 ("Updated TODO. ...")
Signed-off-by: Matt Turner <matts...@gentoo.org>
---
 targets/livecd-stage1/controller.sh | 1 -
 targets/livecd-stage2/controller.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/targets/livecd-stage1/controller.sh 
b/targets/livecd-stage1/controller.sh
index c4572ff9..ae897da9 100755
--- a/targets/livecd-stage1/controller.sh
+++ b/targets/livecd-stage1/controller.sh
@@ -11,7 +11,6 @@ case $1 in
                mkdir -p ${clst_chroot_path}/usr/livecd ${clst_chroot_path}/tmp
                exec_in_chroot \
                        ${clst_shdir}/${clst_target}/chroot.sh
-               echo "${clst_packages}" > ${clst_chroot_path}/tmp/packages.txt
                ;;
 esac
 exit $?
diff --git a/targets/livecd-stage2/controller.sh 
b/targets/livecd-stage2/controller.sh
index 30b522e3..826dc9dc 100755
--- a/targets/livecd-stage2/controller.sh
+++ b/targets/livecd-stage2/controller.sh
@@ -78,7 +78,6 @@ case $1 in
                        # Clean out man, info and doc files
                        rm -rf ${clst_chroot_path}/usr/share/{man,doc,info}/*
                fi
-               rm -f ${clst_chroot_path}/tmp/packages.txt
                ;;
 
        bootloader)
-- 
2.26.2


Reply via email to