Changeset 1781
- Timestamp:
- Feb 17, 2011, 10:48:51 PM (15 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/server/fedora/config/etc/scripts/modprobe (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/server/fedora/config/etc/scripts/modprober1717 r1781 1 1 #!/bin/sh 2 case "$*" in 3 *binfmt-464c*) # 464c are the second two bytes of the ELF magic. 4 # This module doesn't exist; being called for it 5 # indicates the in-kernel binfmt_elf decided to 6 # return ENOEXEC for this ELF file for some reason. 7 exit 1 ;; 8 esac 2 9 ( 3 10 echo "Ignoring request from kernel: modprobe $*" 
Note: See TracChangeset
          for help on using the changeset viewer.
      
