Am Dienstag, den 13.01.2009, 01:04 +0100 schrieb Cristian Ionescu-Idbohrn: > On Tue, 13 Jan 2009, Michael Tautschnig wrote: > > > please just change line 313 of > > $NFSROOT/live/filesystem.dir/usr/share/fai/setup-storage/Volumes.pm to > > > > /^\s*"(\S+)"\s+\d+\.\d+ MB\s+\[\d+\.*\d* MB\s+used \/ \d+(\.\d+)? > > MB\s+free\]$/ > > Is there a good reason to use verbatim space characters in some places but > not others? What's wrong with using the whitespace escape sequence > everywhere? > > /^\s*"(\S+)"\s+\d+\.\d+\s+MB\s+\[\d+\.*\d*\s+MB\s+used\s+\/\s+\d+(\.\d+)?\s+MB\s+free\]$/ > > > Cheers, > Thanks, I've tested this solution successfully...
-- Knut
