|
@@ -84,10 +84,12 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
|
|
|
<para>If desired, run the test suite as a non-root user:</para>
|
|
|
|
|
|
<warning><para>Running the test suite as the root user can be harmful to
|
|
|
- your system. To run it, the kernel CONFIG_SCSI_DEBUG option for the
|
|
|
- kernel must be available in the currently running system. For complete
|
|
|
- coverage, other BLFS packages must be installed. If desired, this
|
|
|
- test can be run after rebooting into the completed LFS system and running:</para>
|
|
|
+ your system. To run it, the kernel CONFIG_SCSI_DEBUG option for the kernel
|
|
|
+ must be available in the currently running system. The CONFIG_SCSI_DEBUG
|
|
|
+ option must be built as a module. Building it into the kernel will prevent
|
|
|
+ booting. For complete coverage, other BLFS packages must be installed. If
|
|
|
+ desired, this test can be run after rebooting into the completed LFS system
|
|
|
+ and running:</para>
|
|
|
|
|
|
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
|
|
|
</warning>
|