-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Your program is very interresting.
- You also could enable/disable IPv6 feature.
- On each module you have options. The idea is to be able to set all drivers options
modinfo <modules>
options <modules> options1=X options2=Y ...
If it s possibe, to have the default value, and the best value
-
to unload drivers over the grub kernel ex: ipv6.disable=1
you could use this command :
grubby --remove-args="argX argY" --args="argA argB" --update-kernel
-
or to propose to add some options to the grub if you have a specific hardware.ex: gpu nvidia, cpu intel,wifi broadcom,...
-
Backup/restore configuration by command line.
regards,
orhun
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request