drauger-os-development / edamame

Linux System Installation Utility for Debian-based distributions
GNU General Public License v2.0
8 stars 4 forks source link

make sure default boot option is set #46

Closed Batcastle closed 3 years ago

Batcastle commented 3 years ago

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.

pep8speaks commented 3 years ago

Hello @Batcastle! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

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)

Comment last updated at 2021-10-24 17:31:23 UTC