3 # SOVA miscellaneous2 settings.
5 # WARNING! Remember to put '$true' in any function you intend to leave empty
6 # (e.g. you don't need to use the 'custom_variables' function)
7 # to make sure the script doesn't break.
15 modprobe
="`which modprobe`"
20 # define whatever you need here
22 mods_to_remove
=(pcspkr uhci_hcd
)
27 for ctr1
in ${mods_to_remove[*]}