Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
c0f8b1c55a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/rockinitrd/mkinitrd.sh

+ 1
- 1
package/base/rockinitrd/mkinitrd.sh

@ -98,7 +98,7 @@ if [ "${empty}" = 0 ] ; then
[ -z "${b}" ] && continue
b="${b//,/ }"
for module in ${b} ; do
add_module_to_initrd "${b}"
add_module_to_initrd "${module}"
done
done
add_module_to_initrd "${b}" "${c}"

Loading…
Cancel
Save