New commits:
commit af9dd5cd12253e2771983703f6acbab080727cbd
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
dmesg support added to initrd
The dmesg binary is copied to the initrd, and an empty /var/log/dmesg is
created to ensure that the dmesg is supported inside the initrd. This
will aid in debugging hardware problems if the ISO fails to boot.
+# Create an empty /var/log/dmesg so dmesg can be used
+echo "Creating empty /var/log/dmesg"
+touch $INITRDROOT/var/log/dmesg
+
# Add kernel modules that are supposed to be on the iso
echo "adding kernel modules"
mkdir -p ${INITRDROOT}/lib/modules/${KERNEL_VERSION}/kernel
[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (af9dd5cd12253e2771983703f6acbab080727cbd),
Justin Boffemmyer, 11/18/2008