Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
d6ab176633
2 changed files with 5 additions and 3 deletions
  1. +1
    -1
      package/base/sysfiles/etc_conf_kernel.txt
  2. +4
    -2
      package/base/sysfiles/system.init

+ 1
- 1
package/base/sysfiles/etc_conf_kernel.txt

@ -42,5 +42,5 @@
### autoloading ###
# Auto-load all modules at boot-time using hwscan
hwscan -- -V | sh
# hwscan -- -V | sh

+ 4
- 2
package/base/sysfiles/system.init

@ -105,9 +105,11 @@ dnl
touch /var/lock/subsys/hotplug
;;
*)
block_split(`Loading kernel modules and configuring the kernel.')
check(`sh /etc/conf/kernel')
block_split(`Auto-load all modules at boot-time using hwscan.')
check(`hwscan -- -V | sh')
esac
block_split(`Loading kernel modules and configuring the kernel.')
check(`sh /etc/conf/kernel')
dnl
[ -f /etc/conf/clock ] && . /etc/conf/clock
if [ "$clock_tz" = localtime ] ; then

Loading…
Cancel
Save