Skip to content
Snippets Groups Projects
  • Avi Kivity's avatar
    8b621656
    bootfs: reduce filename repetition · 8b621656
    Avi Kivity authored
    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.
    8b621656
    History
    bootfs: reduce filename repetition
    Avi Kivity authored
    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.