Nice clean tweak.

-Brian


[EMAIL PROTECTED] wrote:

>Update of /cvsroot/systemimager/systemimager/lib/SystemImager
>In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21416
>
>Modified Files:
>       Server.pm 
>Log Message:
>change reiserfs mode to use -q instead of an echo.  This breaks a bit less 
>often
>on modern reiserfs
>
>
>
>Index: Server.pm
>===================================================================
>RCS file: /cvsroot/systemimager/systemimager/lib/SystemImager/Server.pm,v
>retrieving revision 1.100
>retrieving revision 1.101
>diff -u -d -r1.100 -r1.101
>--- Server.pm  3 Mar 2005 15:27:21 -0000       1.100
>+++ Server.pm  26 Mar 2005 13:05:52 -0000      1.101
>@@ -1315,7 +1315,7 @@
>         } elsif ( $xml_config->{fsinfo}->{$line}->{fs} eq "reiserfs" ) {
> 
>             # create fs
>-            $cmd = "echo y | mkreiserfs $real_dev || shellout";
>+            $cmd = "mkreiserfs -q $real_dev || shellout";
>             print $out qq(echo "$cmd"\n);
>             print $out "$cmd\n";
> 
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>systemimager-cvs-commits mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/systemimager-cvs-commits
>
>
>  
>

-- 
------------------------------------------------------
 Brian Elliott Finley           Mobile:  630.631.6621
 gpg --keyserver wwwkeys.pgp.net --recv-keys 10F8EE52
------------------------------------------------------



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to