unity/scripts/respin.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
New commits: commit d342360c69ec74dcfbe74f8fd82a3e2d79c2df80 Author: Jeroen van Meeuwen (Fedora Unity) <kana...@fedoraunity.org> Date: Mon Apr 13 01:36:05 2009 +0200 Disable losetup -d snippet diff --git a/unity/scripts/respin.sh b/unity/scripts/respin.sh index c305442..8916986 100755 --- a/unity/scripts/respin.sh +++ b/unity/scripts/respin.sh @@ -292,14 +292,14 @@ for version in ${VERSIONS}; do retval=$? - if [ $retval -ne 0 ]; then - for i in 0 1 2 3 4 5 6 7; do - losetup=0 - while [ $losetup -eq 0 ]; do - sudo /sbin/losetup -d /dev/loop$i && losetup=1 - done - done - fi +# if [ $retval -ne 0 ]; then +# for i in 0 1 2 3 4 5 6 7; do +# losetup=0 +# while [ $losetup -eq 0 ]; do +# sudo /sbin/losetup -d /dev/loop$i && losetup=1 +# done +# done +# fi # Damn that was freaking awesome. Now let's see what our product looks like. # Find the iso image, and get it's size so we can add it to the message we send out. _______________________________________________ revisor-devel mailing list revisor-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/revisor-devel