Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
690 B

4 years ago
  1. --- a/src/anbox/cmds/container_manager.cpp 2020-06-06 14:35:43.604180115 +0300
  2. +++ b/src/anbox/cmds/container_manager.cpp 2020-06-06 14:36:34.310846835 +0300
  3. @@ -38,7 +38,7 @@ constexpr unsigned int unprivileged_user
  4. anbox::cmds::ContainerManager::ContainerManager()
  5. : CommandWithFlagsAndAction{
  6. cli::Name{"container-manager"}, cli::Usage{"container-manager"},
  7. - cli::Description{"Start the container manager service"}, true} {
  8. + cli::Description{"Start the container manager service"}} {
  9. flag(cli::make_flag(cli::Name{"android-image"},
  10. cli::Description{"Path to the Android rootfs image file if not stored in the data path"},