Cosmetics: install_system_image(): remove FDE msg

Full disk encryption (--fde) has not been the default for a long time,
so no need to warn the user about it.
This commit is contained in:
Oliver Smith 2020-06-07 08:20:55 +02:00
parent c940c96078
commit fdc2fe309e
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 0 additions and 8 deletions

View File

@ -383,14 +383,6 @@ def install_system_image(args, size_reserve=0):
root_id = 3 if size_reserve else 2
pmb.install.partitions_mount(args, root_id)
if args.full_disk_encryption:
logging.info("WARNING: Full disk encryption is enabled!")
logging.info("Make sure that osk-sdl has been properly configured for your device")
logging.info("or else you will be unable to unlock the rootfs on boot!")
logging.info("If you started a device port, it is recommended you disable")
logging.info("FDE by re-running the install command without '--fde' until")
logging.info("you have properly configured osk-sdl. More information:")
logging.info("<https://postmarketos.org/osk-port>")
pmb.install.format(args, size_reserve)
# Just copy all the files