|
Scott,
I put in a bug, but as now asl-web supports F11 and F12, this package is not fully F11 and F12 ready.
Bug in the EOL detection is still broken in asl-2.2.2-1 it detects F11 as F1 and EOL is triggered.
/var/asl/lib/functions need to be updated:
elif egrep -q "^Fedora.*11" $RELEASE ; then DIST="fedora/11" elif egrep -q "^Fedora.*12" $RELEASE ; then DIST="fedora/12"
also the actual asl detection for EOL needs to be updated and rebuilt:
/var/asl/lib/modules/general_check
To allow F11 and F12
Cross reference for you the bug is # 1759
|