Skip to content

Commit

Permalink
add stuff I dont like
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Levsen committed Aug 3, 2008
1 parent fb3cc92 commit 0d51531
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class/DEFAULT.var
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FAI_ALLOW_UNSIGNED="unfortunatly true"

hosterrorpatterns="XXXXX"
hostignorepatterns="XXXXX"
6 changes: 6 additions & 0 deletions hooks/savelog.LAST.source
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ can't read /etc/udev/rules.d/z25_persistent-net.rules
/cow': No such file or directory
Dummy start-stop-daemon called
cdrom: open failed."
# add pattern on some conditions
if [ -n $FAI_ALLOW_UNSIGNED ] ; then
globalignorepatterns="$globalignorepatterns
WARNING: untrusted versions
Ignoring these trust violations"
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Here you can define your own patterns. Put one pattern in a line,
# do not create empty lines.
Expand Down

0 comments on commit 0d51531

Please sign in to comment.