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-01 20:08:48 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-01 20:08:48 (GMT)
commit81425e88ac1f2db06e06c16f2cf6891d3c93a1da (patch)
tree5c7b0d771b2cc94c92d0681f4ab8b5b6b072843f /livecd-iso-to-bootable-tree.sh
parentc4bf0afb6bb7a68fc0dfec349c8f88692b8a10f7 (diff)
Generate package list
Diffstat (limited to 'livecd-iso-to-bootable-tree.sh')
-rwxr-xr-xlivecd-iso-to-bootable-tree.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/livecd-iso-to-bootable-tree.sh b/livecd-iso-to-bootable-tree.sh
index 29d418e..e98a347 100755
--- a/livecd-iso-to-bootable-tree.sh
+++ b/livecd-iso-to-bootable-tree.sh
@@ -45,5 +45,8 @@ for kernel in $ISOMNT/isolinux/vmlinuz* ; do
cp -p $kernel $ROOT/boot
done
+echo "Generating package list"
+chroot $ROOT rpm -qa | sort > ${ROOT}.packages.txt
+
echo "Done."
cleanup