Skip to content
Snippets Groups Projects
Commit 8b621656 authored by Avi Kivity's avatar Avi Kivity
Browse files

bootfs: reduce filename repetition

Instead of specifying

  /foo/some/common/path/name: /bar/some/common/path/name

say

  /foo/&/some/common/path/name: /bar/&

The '/&/' tells mkbootfs where the common name begins; everything after that
is substituted for '&' in the host filesystem filename.
parent 575401db
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment