New commits:
commit 928a7f8d5400c65424c303e092d663eff628b08e
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
steps/edit-confs: fixed "next" instruction
Erroneously said that the next step was bootloader, while it really is
the compile kernel step. Fixed by making it a generic "type next to go
to the next step" instruction, as the rest of the instructions are
(except for the bootloader step, where next goes to grub and a jump is
needed to get to lilo). Fixes bug #14787.
diff --git a/iso/usr/share/doc/smgl.install/steps/edit-confs
b/iso/usr/share/doc/smgl.install/steps/edit-confs
index e9449a0..049d67b 100644
--- a/iso/usr/share/doc/smgl.install/steps/edit-confs
+++ b/iso/usr/share/doc/smgl.install/steps/edit-confs
@@ -10,4 +10,4 @@ feel should be different. Especially, if you selected a
custom keymap at the
start of this install, you'll need to edit the file called [1mkeymap[m
in that directory (do [1m cat /tmp/selected-keymap[m to see which you
chose)
-Type [1mnext[m to go to the boot-loader selection step.
+Type [1mnext[m to go to the next step.
[SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (928a7f8d5400c65424c303e092d663eff628b08e),
Justin Boffemmyer, 10/07/2008