forked from Mirror/pmbootstrap
install: fix alignment of information messages (MR 2174)
Make it in line with other information messages in this section. Otherwise lk2nd flashing info paragraph looks shifted to the right.
This commit is contained in:
parent
fd74b54001
commit
0bab8ab6d2
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ def print_flash_info(args):
|
|||
if "flash_lk2nd" in flasher_actions and \
|
||||
os.path.exists(args.work + "/chroot_rootfs_" + args.device +
|
||||
"/boot/lk2nd.img"):
|
||||
logging.info(" * Your device supports and may even require"
|
||||
logging.info("* Your device supports and may even require"
|
||||
" flashing lk2nd. You should flash it before"
|
||||
" flashing anything else. Use 'pmbootstrap flasher"
|
||||
" flash_lk2nd' to do that.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue