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-03 23:29:00 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-03 23:29:00 (GMT)
commit931659e6edffa6156c8681ee4c66c4f63c04b920 (patch)
treeffe43a107501824fa5c23b805cc731c25c2ac62b /livecd-iso-to-bootable-tree.sh
parent6e35c255f5a906cb0dfed9d93b6bd445f2d7e005 (diff)
no need to copy kernels around as the kernel rpms will have done that sensibly
Diffstat (limited to 'livecd-iso-to-bootable-tree.sh')
-rwxr-xr-xlivecd-iso-to-bootable-tree.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/livecd-iso-to-bootable-tree.sh b/livecd-iso-to-bootable-tree.sh
index 907349d..317ec70 100755
--- a/livecd-iso-to-bootable-tree.sh
+++ b/livecd-iso-to-bootable-tree.sh
@@ -40,12 +40,6 @@ mkdir -p $ROOT
chmod a+rx $ROOT/.
cp -a $EXTMNT/* $ROOT
-for initrd in $ISOMNT/isolinux/initrd*.img ; do
- cp -p $initrd $ROOT/boot
-done
-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