fix regex that identifies which device to attempt to mount for removable
authorAaron Klingaman <alk@cs.princeton.edu>
Fri, 29 Jul 2005 15:53:14 +0000 (15:53 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Fri, 29 Jul 2005 15:53:14 +0000 (15:53 +0000)
commit61383326709839760c018ffeba2cd6aa0c7996b7
tree61116e8f27928c6c7f8ed811cc81a22a21f1c516
parent765d544320c1e3f80c82315c38e73fe88b50a593
fix regex that identifies which device to attempt to mount for removable
devices during configuration file searching. before, it was returned
the base device name (ie sda) as a possible device to mount. it should only
return <device>[0-9]+$
source/configuration
source/steps/ReadNodeConfiguration.py