This commit is contained in:
eric
2026-04-04 15:52:20 -05:00
parent c59cd2da52
commit e141bc000f
3 changed files with 59 additions and 16 deletions

View File

@@ -95,7 +95,7 @@ def build_layers(args):
def print_recommended_flow(image_name):
print("\nRecommended 5570 launch")
print("\nRecommended 5570 launch (headless: always pass --adb-insecure)")
print(
"python run_redroid.py "
"--image {} "
@@ -103,7 +103,8 @@ def print_recommended_flow(image_name):
"--device-profile pixel-7-pro "
"--data-dir ~/data-redroid13 "
"--port 5570 "
"--replace\n".format(image_name)
"--replace "
"--adb-insecure\n".format(image_name)
)
print("Recommended post-boot hardening")
print(