Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/livecd-iso-to-bootable-tree.sh
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-05 11:43:10 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-05 11:43:10 (GMT)
commitf18e05773e947c6254caf36a86a189ed5b208db4 (patch)
treed7fb060a99e17e539d1ddad786c36c947fb49f09 /livecd-iso-to-bootable-tree.sh
parentb04ad4e58b89899aad86399db690edd9bc03cb05 (diff)
use Makefile instead of 'build'
Diffstat (limited to 'livecd-iso-to-bootable-tree.sh')
-rwxr-xr-xlivecd-iso-to-bootable-tree.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/livecd-iso-to-bootable-tree.sh b/livecd-iso-to-bootable-tree.sh
index 317ec70..40f18e5 100755
--- a/livecd-iso-to-bootable-tree.sh
+++ b/livecd-iso-to-bootable-tree.sh
@@ -41,8 +41,5 @@ chmod a+rx $ROOT/.
cp -a $EXTMNT/* $ROOT
-echo "Generating package list"
-chroot $ROOT rpm -qa | sort > ${ROOT}.packages.txt
-
echo "Done."
cleanup