fai: Unexpected vgdisplay output
Cristian Ionescu-Idbohrn
cristian.ionescu-idbohrn at axis.com
Tue Jan 13 01:04:32 CET 2009
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,
--
Cristian
More information about the linux-fai
mailing list