commit | 707dc469aa4f51a85a62b2587ac57ef2a4db7873 | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <jacmet@sunsite.dk> | Sat Mar 12 22:24:34 2011 +0100 |
committer | Peter Korsgaard <jacmet@sunsite.dk> | Sat Mar 12 22:27:06 2011 +0100 |
tree | 33ede5f1c65dd80b6cae262c5409447b6ca8220d | |
parent | 3d0a569412545d2ce650a7d38df15faf1e2137cd [diff] |
makedevs: don't call /bin/sync after creating nodes Closes #3475 There's no real reason to sync after creating the device nodes, and it slows down the file system image creating quite a lot on busy systems, so get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>