Changeset 8615 for first-aid-kit/trunk/fuentes/first-aid-kit.install/usr/share/first-aid-kit/KernelBox.py
- Timestamp:
- Apr 3, 2019, 12:08:23 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
first-aid-kit/trunk/fuentes/first-aid-kit.install/usr/share/first-aid-kit/KernelBox.py
r8614 r8615 297 297 for line in lines: 298 298 if "GRUB_DEFAULT=" in line: 299 f_copy.write("GRUB_DEFAULT=%s\n"%default_grub_option) 299 f_copy.write('GRUB_DEFAULT="%s"'%default_grub_option) 300 f_copy.write("\n") 300 301 line_writed=True 301 302 else:
Note: See TracChangeset
for help on using the changeset viewer.