Closed Batcastle closed 3 years ago
Hello @Batcastle! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
usr/share/system-installer/modules/master.py
:Line 217:80: E501 line too long (88 > 79 characters) Line 221:80: E501 line too long (85 > 79 characters) Line 330:80: E501 line too long (80 > 79 characters) Line 333:80: E501 line too long (87 > 79 characters) Line 339:80: E501 line too long (81 > 79 characters) Line 360:80: E501 line too long (84 > 79 characters) Line 404:80: E501 line too long (127 > 79 characters) Line 405:80: E501 line too long (109 > 79 characters) Line 422:80: E501 line too long (131 > 79 characters) Line 423:80: E501 line too long (119 > 79 characters)
This will only take affect after the first boot, but so long as we use GRUB as the bootloader for the Live USB, that's how this will have to work. And, realisticly, if this were to be used by other distros, we can't expect them to use systemd-boot in their Live USBs either. So this is likely the best option.
NOTE pep8speaks will not like the syntax necessary for this to work.