Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    3d79c339
    wrap: Add an --only-prepare mode · 3d79c339
    Simon McVittie authored
    
    This is primarily useful for testing and development: it lets us
    generate the temporary sysroot and inspect its contents, even if we
    are in a container (such as Docker or Flatpak) that does not give us
    the necessary privileges to run bubblewrap and create a new user
    namespace.
    
    In particular, this will make it more straightforward for us to check
    some of our assumptions when running on a non-Debian-derived host
    system.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    3d79c339
    History
    wrap: Add an --only-prepare mode
    Simon McVittie authored
    
    This is primarily useful for testing and development: it lets us
    generate the temporary sysroot and inspect its contents, even if we
    are in a container (such as Docker or Flatpak) that does not give us
    the necessary privileges to run bubblewrap and create a new user
    namespace.
    
    In particular, this will make it more straightforward for us to check
    some of our assumptions when running on a non-Debian-derived host
    system.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>