-
Bug
-
Resolution: Done
-
Minor
-
RH134 - RHEL9.0-en-3-20220914
-
10
-
en-US (English)
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/rh134-9.0/pages/ch10s07
Reporter RHNID: carias@redhat.com
Section: 7 - Lab: Install Red Hat Enterprise Linux
Language: en-US (English)||||||||
Workaround: update the grading script to consider any character after the comment symbol '#'
grep -q '^#.*network --bootproto' /var/www/html/ks-config/kickstart.cfg
Description: When doing the lab "installing-review", the grade script fails to correctly identify commented out lines in the kickstart. For example, if I comment out the network command like: # network --bootproto=dhcp --device=link --activate It is marked as failed, when in reality this is the same as the correct answer: #network --bootproto=dhcp --device=link --activate