summaryrefslogtreecommitdiffstats
path: root/scripts/pungify
diff options
context:
space:
mode:
authorBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-22 12:12:32 -0400
committerBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-22 12:12:32 -0400
commit6935e829c4aefdc669f5351ee55ecbf45d8d3b27 (patch)
tree5258bf9d4e25a1d8378b7337eed4c65a7b96c1fe /scripts/pungify
parente4f9a3b59f17f7cc90368b3203fc80c7da0650cf (diff)
downloadreleng-6935e829c4aefdc669f5351ee55ecbf45d8d3b27.tar.gz
releng-6935e829c4aefdc669f5351ee55ecbf45d8d3b27.tar.xz
releng-6935e829c4aefdc669f5351ee55ecbf45d8d3b27.zip
fix loopback
Diffstat (limited to 'scripts/pungify')
-rwxr-xr-xscripts/pungify8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/pungify b/scripts/pungify
index cde5a14..c32762c 100755
--- a/scripts/pungify
+++ b/scripts/pungify
@@ -67,10 +67,10 @@ EOY
yum -y upgrade
mkdir -p output/development/$ARCH/os/repodata
ln -s /tmp/treebuild.$TREE/development/$ARCH/os/Fedora output/development/$ARCH/os/Fedora
- for f in 0 1 2 3 4 5 6 7 ; do
- mknod /dev/loop\$f b 7 \$f
- done
- pungi -c ./pungi.conf -B
+ for f in 0 1 2 3 4 5 6 7 ; do
+ mknod /dev/loop$f b 7 $f
+ done
+ pungi -c ./pungi.conf -B
umount development
rm -f /var/lib/rpm/__db*
rm -rf output/development/$ARCH/os/{Fedora,repodata}