aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-10-19 16:04:05 -0700
committerMatt Turner <mattst88@gentoo.org>2020-10-20 16:26:35 -0700
commit94fd641610005dd1797688bb21b77ee62aa94a87 (patch)
treecf2b79035d73661582ff6cbd058ba6e5e5508df6
parenttargets: Remove unnecessary unset PACKAGES (diff)
downloadcatalyst-94fd6416.tar.gz
catalyst-94fd6416.tar.bz2
catalyst-94fd6416.zip
targets: Delete never-used packages.txt code
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 <mattst88@gentoo.org>
-rwxr-xr-xtargets/livecd-stage1/controller.sh1
-rwxr-xr-xtargets/livecd-stage2/controller.sh1
2 files changed, 0 insertions, 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)