Advertisement
Guest User

Untitled

a guest
Aug 20th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ...
  2. # $IMAGE_INSTALL [5 operations]
  3. # _append /media/toshiba-usb3/work/test/setup-scripts/conf/local.conf:45
  4. # " hello"
  5. # _append /media/toshiba-usb3/work/test/setup-scripts/conf/local.conf:46
  6. # " phidgets"
  7. # append /media/toshiba-usb3/work/test/setup-scripts/sources/meta-angstrom/conf/distro/include/angstrom-core-tweaks.inc:109
  8. # "${IMAGE_BOOT}"
  9. # set data_smart.py:393 [finalize]
  10. # " ${IMAGE_BOOT} hello"
  11. # set data_smart.py:393 [finalize]
  12. # " ${IMAGE_BOOT} hello phidgets"
  13. # computed:
  14. # " ${IMAGE_BOOT} hello phidgets"
  15. IMAGE_INSTALL="systemd-compat-units udev systemd tinylogin hello phidgets"
  16. ...
  17. IMAGE_INSTALL = systemd-compat-units udev systemd tinylogin hello phidgets
  18. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement