rdbo / sigma-linux

Sigma Linux - Σlite Operating System
GNU Affero General Public License v3.0
65 stars 7 forks source link

Put vt kernel arguments on grub config #17

Open rdbo opened 3 months ago

rdbo commented 3 months ago

There is an option in grub that passes arguments to the kernel Since the vt arguments are very long, it would be convenient to put them there to avoid a huge cluster when editing the kernel command line parameters

rdbo commented 3 months ago

GRUB_CMDLINE_LINUX could be used since it seems to be passed no matter what

rdbo commented 2 months ago

Apparently this entry is for grub-mkrescue and doesn't work when put in /boot/grub/grub.cfg