Advertisement
Guest User

Propagate the --disk-image option to the actual configuratio

a guest
Jan 19th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.51 KB | None | 0 0
  1. diff -r d1f8610cdffd configs/example/fs.py
  2. --- a/configs/example/fs.py Fri Jan 15 11:30:13 2016 +0000
  3. +++ b/configs/example/fs.py Sun Jan 17 19:11:50 2016 +0100
  4. @@ -123,6 +123,9 @@
  5.                                               voltage_domain =
  6.                                               test_sys.cpu_voltage_domain)
  7.  
  8. +    if options.disk_image is not None:
  9. +        test_sys.disk0.childImage(disk(options.disk_image))
  10. +
  11.      if options.kernel is not None:
  12.          test_sys.kernel = binary(options.kernel)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement