fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / scripts / modsign / modsign.sh
index 588cac0..5615f92 100644 (file)
@@ -41,6 +41,7 @@ fi
 
 # strip out only the sections that we care about
 scripts/modsign/mod-extract $verbose $module $module.out || exit $?
+# dd if=/dev/zero of=$module.out bs=1 count=1 # inject fault
 
 # sign the sections
 gpg --no-greeting $KEYFLAGS -b $module.out || exit $?